---
title: "supportedInputContentMaxScale(device:)"
framework: metalfx
role: symbol
role_heading: Type Method
path: "metalfx/mtlfxtemporaldenoisedscalerdescriptor/supportedinputcontentmaxscale(device:)"
---

# supportedInputContentMaxScale(device:)

Returns the largest temporal scaling factor the device supports as a floating-point value.

## Declaration

```swift
class func supportedInputContentMaxScale(device: any MTLDevice) -> Float
```

## Parameters

- `device`: The Metal device for which this method checks the maximum input content scale it supports.

## Return Value

Return Value The maximum input content scale the GPU device supports.
