Posts

Post marked as solved
2 Replies
489 Views
lets say if I set setVisibilityResultMode:MTLVisibilityResultModeBoolean offset:0 and then call draw with instances: drawIndexedPrimitives: ... instanceCount:10 Is it going to write one value into visibilityResultBuffer or 10 values?
Posted
by vladimirb.
Last updated
.
Post not yet marked as solved
0 Replies
462 Views
Can I migrate renewable subscriptions from one App id to another app id? Is there any API or technics? I want to make universal app, but currently I have iPhone, iPad and macOS separately. Once subscription is purchased on one of 3 apps, user getting unlocked across all apps, handled with backend validation.
Posted
by vladimirb.
Last updated
.
Post marked as solved
3 Replies
635 Views
If I do check on Apple silicon this way : BOOL supportMacTextures = [_metalDevice supportsFamily:MTLGPUFamilyMac1]; I will get YES as result. But as I know A12Z chipset does not support BC1..BC7 textures. Or it does support them?
Posted
by vladimirb.
Last updated
.