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 Open
Declaration
public OpenVRMirrorTextureRenderer(GraphicsContext graphicsContext)
Parameters
Type | Name | Description |
---|---|---|
Graphics |
graphicsContext | The graphics context. |
Properties
MirrorFramebuffer
Gets or sets the mirror frame buffer.
Declaration
public FrameBuffer MirrorFramebuffer { get; set; }
Property Value
Type | Description |
---|---|
Frame |
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 |
---|---|---|
Command |
commandBuffer | Command buffer to render. |