|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax public Format DepthStencilFormat { get; set; }
Property Value
FormatSee Also