Contents

supportsMetal4FX(_:)

Queries whether a Metal device supports denosing scaling compatible on Metal 4.

Declaration

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

Parameters

  • device:

    The GPU device for which this methods tests support.

Return Value

true if the device supports denoising scaling for Metal 4, false otherwise.