---
title: textureUsage
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/lowleveltextureresource/descriptor-swift.struct/textureusage
---

# textureUsage

The options that determine how the texture can be used.

## Declaration

```swift
var textureUsage: MTLTextureUsage { get set }
```

## Discussion

Discussion Corresponds to MTLTextureDescriptor.usage.

## See Also

### Configuring texture usage

- [swizzle](realitykit/lowleveltextureresource/descriptor-swift.struct/swizzle.md)
