|
DXSceneDepthStencilBufferFormat Property |
Gets or sets a depth stencil buffer format that is used in rendering the scene.
Default value is D32_Float (32 bit depth buffer, no stencil buffer).
If this value is changed, a new depth stencil buffer will be created in the next call to
PrepareRenderTargetsRenderingStep.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public Format DepthStencilBufferFormat { get; set; }
Property Value
FormatSee Also