<!--
{
  "availability" : [
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CompositorServices",
  "identifier" : "/documentation/CompositorServices/LayerRenderer/Drawable/trackingAreasTextures",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Compositor Services",
      "CompositorServices"
    ],
    "preciseIdentifier" : "s:So13cp_drawable_tV18CompositorServicesE21trackingAreasTexturesSaySo10MTLTexture_pGvp"
  },
  "title" : "trackingAreasTextures"
}
-->

# trackingAreasTextures

Use the returned texture in your render pipeline to store the tracking areas ID
used for hover effects and indirect gestures. The layer’s texture topology determines
the layout and content for each texture. The drawable’s views contain
information about how those views map to the textures.

```
var trackingAreasTextures: [any MTLTexture] { get }
```

---

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)