Enum CompositionLayerExtension.ExtensionTarget
Options for which type of object this extension should be associated with.
Namespace: Unity.XR.CompositionLayers
Assembly: solution.dll
Syntax
public enum CompositionLayerExtension.ExtensionTarget
Fields
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. |