---
title: texture
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/textureresource/drawable/texture
---

# texture

A Metal texture object that contains the drawable’s contents.

## Declaration

```swift
var texture: any MTLTexture { get }
```

## See Also

### Working with a drawable

- [drawableQueue](realitykit/textureresource/drawable/drawablequeue.md)
- [present()](realitykit/textureresource/drawable/present().md)
