---
title: textureType
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/textureresource/texturetype
---

# textureType

The dimension and arrangement of the texture image data.

## Declaration

```swift
@MainActor @preconcurrency var textureType: MTLTextureType { get }
```

## See Also

### Describing the texture

- [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)
- [semantic](realitykit/textureresource/semantic-swift.property.md)
