|
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.0.8865.1045
Syntax public Format DepthStencilFormat { get; set; }
Property Value
FormatSee Also