Class OpenVRMirrorTextureRenderer
OpenVR service.
Implements
Inherited Members
Namespace: Evergine.OpenVR.MirrorRenderer
Assembly: Evergine.OpenVR.dll
Syntax
public class OpenVRMirrorTextureRenderer : DisposableObject, IDisposable
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()
Destroy all resources of this instance.
Declaration
protected override void Destroy()
Overrides
Render(CommandBuffer)
Renders a command buffer method.
Declaration
public void Render(CommandBuffer commandBuffer)
Parameters
Type | Name | Description |
---|---|---|
CommandBuffer | commandBuffer | Command buffer to render. |