---
title: supports32BitFloatFiltering
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtldevice/supports32bitfloatfiltering
---

# supports32BitFloatFiltering

A Boolean value that indicates whether the GPU can filter a texture with a 32-bit floating-point format.

## Declaration

```swift
var supports32BitFloatFiltering: Bool { get }
```

## See Also

### Checking texture and sampler support

- [supportsBCTextureCompression](metal/mtldevice/supportsbctexturecompression.md)
- [isDepth24Stencil8PixelFormatSupported](metal/mtldevice/isdepth24stencil8pixelformatsupported.md)
- [supportsQueryTextureLOD](metal/mtldevice/supportsquerytexturelod.md)
- [readWriteTextureSupport](metal/mtldevice/readwritetexturesupport.md)
