Search Results for

    Show / Hide Table of Contents

    Class OpenXROpenGL

    Represents the OpenGL integration with OpenXR.

    Inheritance
    object
    DisposableObject
    OpenXRGraphicBackend
    OpenXROpenGL
    Inherited Members
    OpenXRGraphicBackend.OpenXRPlatform
    OpenXRGraphicBackend.GraphicsContext
    OpenXRGraphicBackend.Destroy()
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    Namespace: Evergine.OpenXR.GraphicBackends
    Assembly: Evergine.OpenXR.dll
    Syntax
    public class OpenXROpenGL : OpenXRGraphicBackend

    Constructors

    OpenXROpenGL(OpenXRPlatform)

    Initializes a new instance of the OpenXROpenGL class.

    Declaration
    public OpenXROpenGL(OpenXRPlatform openXRPlatform)
    Parameters
    Type Name Description
    OpenXRPlatform openXRPlatform

    The OpenXR platform.

    Properties

    RequiredOpenXRExtensions

    Gets the required list of OpenXR extensions.

    Declaration
    public override List<string> RequiredOpenXRExtensions { get; }
    Property Value
    Type Description
    List<string>
    Overrides
    OpenXRGraphicBackend.RequiredOpenXRExtensions

    Methods

    InitializeSession()

    Initializes an OpenXR session.

    Declaration
    public override XrSession InitializeSession()
    Returns
    Type Description
    XrSession

    The XRSession instance.

    Overrides
    OpenXRGraphicBackend.InitializeSession()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX