LayerRenderer.Layout.dedicated
A layout that assigns a separate texture to each rendered view.
Declaration
case dedicatedMentioned 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.