---
title: supportsQueryTextureLOD
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtldevice/supportsquerytexturelod
---

# supportsQueryTextureLOD

A Boolean value that indicates whether you can query the texture level of detail from within a shader.

## Declaration

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

## See Also

### Checking texture and sampler support

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