colorTextures
An array of color textures to use to render the current frame.
Declaration
var colorTextures: [any MTLTexture] { get }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.