Contents

configuration

The configuration details for the specified layer.

Declaration

var configuration: LayerRenderer.Configuration { get }

Discussion

Use the information in this property to set up your rendering loop. The layer ignores any modifications you make to the specified configuration data. To properly configure the layer, specify those details in the initializer for your CompositorLayer type.

See Also

Configuring the layer renderer