---
title: "supportsMetal4FX(_:)"
framework: metalfx
role: symbol
role_heading: Type Method
path: "metalfx/mtlfxtemporalscalerdescriptor/supportsmetal4fx(_:)"
---

# supportsMetal4FX(_:)

Queries whether a Metal device supports temporal scaling compatible with Metal 4.

## Declaration

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

## Parameters

- `device`: The GPU device for which this methods tests support.

## Return Value

Return Value true if the device supports temporal scaling with Metal 4, false otherwise.
