Posts

Post not yet marked as solved
0 Replies
263 Views
According to https://developer.apple.com/metal/Metal-Feature-Set-Tables.pdf Raster order groups is supported in all Mac GPU family 2.However, when running the code with my Radeon Pro 560 GPU, supportsFamily(MTLGPUFamilyMac2) returns true, but rasterOrderGroupsSupported returns false.Raster order groups appears to not working correctly in Radeon Pro 560 either.Is it a bug?
Posted Last updated
.
Post marked as solved
1 Replies
626 Views
In https://developer.apple.com/metal/Metal-Feature-Set-Tables.pdf, it says that BGRA8Unorm format is only supported on macos if depth24Stencil8PixelFormatSupported returns true. Yet one of my MBP returns false from that property but it can use BGRA8Unorm to create CAMetalLayer’s drawable surface. Seriously, seems like the feature sets table doc is inconsistent.
Posted Last updated
.