 |
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.DirectX
Assembly:
Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 5.2.8348.1045
Syntaxpublic Format DepthStencilBufferFormat { get; set; }
Property Value
Type:
Format
See Also