Contents

supportsDevice(_:)

Queries whether a Metal device supports denoising scaling.

Declaration

class func supportsDevice(_ device: any MTLDevice) -> Bool

Parameters

  • device:

    The GPU device for which this methods tests support.

Return Value

true if the device supports denoising scaling, false otherwise.