Class OpenXRMirrorTextureRenderer
OpenVR service.
Inherited Members
Namespace: Evergine.OpenXR.MirrorRenderer
Assembly: Evergine.OpenXR.dll
Syntax
public class OpenXRMirrorTextureRenderer : DisposableObject
Constructors
OpenXRMirrorTextureRenderer(GraphicsContext)
Initializes a new instance of the OpenXRMirrorTextureRenderer class.
Declaration
public OpenXRMirrorTextureRenderer(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
Render(CommandBuffer)
Renders a command buffer.
Declaration
public void Render(CommandBuffer commandBuffer)
Parameters
Type | Name | Description |
---|---|---|
CommandBuffer | commandBuffer | The command buffer to render. |