<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/TextureResource/Drawable",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation15TextureResourceC8DrawableC"
  },
  "title" : "TextureResource.Drawable"
}
-->

# TextureResource.Drawable

A drawable associated with a drawable queue

```
class Drawable
```

## Topics

### Working with a drawable

[`var drawableQueue: TextureResource.DrawableQueue`](/documentation/RealityKit/TextureResource/Drawable/drawableQueue)

The DrawableQueue that this Drawable is owned by

[`var texture: any MTLTexture`](/documentation/RealityKit/TextureResource/Drawable/texture)

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

[`func present()`](/documentation/RealityKit/TextureResource/Drawable/present())

Presents the updated texture to the renderer as soon as possible.

### Instance Methods

[`func presentOnSceneUpdate()`](/documentation/RealityKit/TextureResource/Drawable/presentOnSceneUpdate())

Presents the updated texture to the renderer atomically with the current scene update.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)