---
title: colorTextures
framework: compositorservices
role: symbol
role_heading: Instance Property
path: compositorservices/layerrenderer/drawable/colortextures
---

# colorTextures

An array of color textures to use to render the current frame.

## Declaration

```swift
var colorTextures: [any MTLTexture] { get }
```

## Discussion

Discussion The layer’s texture topology determines the total number of textures in the array, and the layout and content for each texture. Use the drawable’s views to map your content into specific portions of the textures.

## See Also

### Getting the render textures

- [depthTextures](compositorservices/layerrenderer/drawable/depthtextures.md)
