Contents

LayerRenderer.Layout.dedicated

A layout that assigns a separate texture to each rendered view.

Declaration

case dedicated

Mentioned in

Discussion

Each view receives its own dedicated texture, and the type of each texture is MTLTextureType.type2D. Because each texture is separate, when there are multiple textures, you must perform a separate render pass for each texture.

See Also

Getting the texture layouts