supportsDevice(_:)
Queries whether a Metal device supports denoising scaling.
Declaration
class func supportsDevice(_ device: any MTLDevice) -> BoolParameters
- device:
The GPU device for which this methods tests support.
Return Value
true if the device supports denoising scaling, false otherwise.