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