docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct MetaOpenXRCameraSubsystem.XRTextureDescriptorPair

    A synchronized stereo pair of GPU texture descriptors. Use with TryAcquireLatestStereoGpuImagePair(out XRTextureDescriptorPair). Release with ReleaseStereoGpuImagePair(XRTextureDescriptorPair).

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)