supportsFeatureSet(_:)
Returns a Boolean value that indicates whether the GPU device supports a specific feature set.
Declaration
func supportsFeatureSet(_ featureSet: MTLFeatureSet) -> BoolParameters
- featureSet:
An Mtlfeatureset instance.
Returns a Boolean value that indicates whether the GPU device supports a specific feature set.
func supportsFeatureSet(_ featureSet: MTLFeatureSet) -> BoolAn Mtlfeatureset instance.