---
title: semantic
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/textureresource/semantic-swift.property
---

# semantic

The intended usage of the texture resource.

## Declaration

```swift
@MainActor @preconcurrency var semantic: TextureResource.Semantic? { get }
```

## See Also

### Describing the texture

- [textureType](realitykit/textureresource/texturetype.md)
- [pixelFormat](realitykit/textureresource/pixelformat.md)
- [height](realitykit/textureresource/height.md)
- [width](realitykit/textureresource/width.md)
- [depth](realitykit/textureresource/depth.md)
- [arrayLength](realitykit/textureresource/arraylength.md)
- [mipmapLevelCount](realitykit/textureresource/mipmaplevelcount.md)
