XRDisplaySubsystem.TextureLayout
Flags that designate the supported texture layouts.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
[Flags]public enum XRDisplaySubsystem.TextureLayout
Fields
Value | Description |
|---|---|
| SeparateTexture2Ds | Textures could be configured to multiple texture2D type. |
| SingleTexture2D | Textures could be configured to a texture2D that represents multiple views. |
| Texture2DArray | Textures could be configured to a texture2DArray type. |