Search Results for

    Show / Hide Table of Contents

    Class OpenVRMirrorTextureRenderer

    OpenVR service.

    Inheritance
    object
    DisposableObject
    OpenVRMirrorTextureRenderer
    Inherited Members
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    Namespace: Evergine.OpenVR.MirrorRenderer
    Assembly: Evergine.OpenVR.dll
    Syntax
    public class OpenVRMirrorTextureRenderer : DisposableObject

    Constructors

    OpenVRMirrorTextureRenderer(GraphicsContext)

    Initializes a new instance of the OpenVRMirrorTextureRenderer class.

    Declaration
    public OpenVRMirrorTextureRenderer(GraphicsContext graphicsContext)
    Parameters
    Type Name Description
    GraphicsContext graphicsContext

    The graphics context.

    Properties

    MirrorFramebuffer

    Gets or sets the mirror frame buffer.

    Declaration
    public FrameBuffer MirrorFramebuffer { get; set; }
    Property Value
    Type Description
    FrameBuffer

    Methods

    Destroy()

    Destroys all resources of this instance.

    Declaration
    protected override void Destroy()
    Overrides
    DisposableObject.Destroy()

    Render(CommandBuffer)

    Renders a command buffer method.

    Declaration
    public void Render(CommandBuffer commandBuffer)
    Parameters
    Type Name Description
    CommandBuffer commandBuffer

    Command buffer to render.

    Extension Methods

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