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 Open
Declaration
public OpenXRMirrorTextureRenderer(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()
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 |
---|---|---|
Command |
commandBuffer | The command buffer to render. |