|
BeginVirtualRealityRenderingStep Class |
BeginVirtualRealityRenderingStep is a rendering step that prepares the rendering context for rendering the current eye.
It is usually added before DXScene.DefaultPrepareRenderTargetsRenderingStep.
When the virtual reality provider defined in current VirtualRealityContext is enabled, this step calls the
UpdateRenderingContext(RenderingContext, Boolean) method.
If virtual reality provider is not enabled this step does nothing.
Inheritance Hierarchy Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public class BeginVirtualRealityRenderingStep : RenderingStepBase
The BeginVirtualRealityRenderingStep type exposes the following members.
Constructors See Also