MTLDevice.supportsTextureSampleCount

Returns a Boolean value that indicates whether the GPU can sample a texture with a specific number of sample points.

interface MTLDevice
@nogc nothrow
@selector("supportsTextureSampleCount:")
BOOL
supportsTextureSampleCount
(
NSUInteger sampleCount
)

Meta