Struct MetaOpenXRCameraSubsystem.XRTextureDescriptorPair
A synchronized stereo pair of GPU texture descriptors. Use with TryAcquireLatestStereoGpuImagePair(out XRTextureDescriptorPair). Release with ReleaseStereoGpuImagePair(XRTextureDescriptorPair).
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features.Meta
Assembly: Unity.XR.MetaOpenXR.dll
Syntax
public struct MetaOpenXRCameraSubsystem.XRTextureDescriptorPair
Fields
leftEyeDescriptor
Left eye texture descriptor.
Declaration
public XRTextureDescriptor leftEyeDescriptor
Field Value
| Type | Description |
|---|---|
| XRTextureDescriptor |
rightEyeDescriptor
Right eye texture descriptor.
Declaration
public XRTextureDescriptor rightEyeDescriptor
Field Value
| Type | Description |
|---|---|
| XRTextureDescriptor |