Click or drag to resize
AB4D logo

PlanarShadowRenderingProviderDepthStencilFormat Property

Gets or sets format of depth stencil buffer that is set by this PlanarShadowRenderingProvider. Possible values are D32_Float_S8X24_UInt (default) and D24_UNorm_S8_UInt. When changed the change need to be done before initializing the PlanarShadowRenderingProvider.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public Format DepthStencilFormat { get; set; }

Property Value

Format
See Also