supportsFamily(_:)
Returns a Boolean value that indicates whether the GPU device supports the feature set of a specific GPU family.
Declaration
func supportsFamily(_ gpuFamily: MTLGPUFamily) -> BoolParameters
- gpuFamily:
An Mtlgpufamily instance.
Returns a Boolean value that indicates whether the GPU device supports the feature set of a specific GPU family.
func supportsFamily(_ gpuFamily: MTLGPUFamily) -> BoolAn Mtlgpufamily instance.