Enum CompositionLayerExtension.ExtensionTarget
Options for which type of object this extension should be associated with.
Namespace: Unity.XR.CompositionLayers
Assembly: Unity.XR.CompositionLayers.dll
Syntax
public enum CompositionLayerExtension.ExtensionTargetFields
| Name | Description | 
|---|---|
| Custom | Used for any future extensions that extend instances not currently listed. | 
| Layer | Used for extensions that extend layer instances. | 
| Swapchain | Used for extensions that extend swapchain instances. |