 |
RenderingLayerClearDepthStencilBufferAfterRendering Property |
When set to true, then DepthStencil buffer is cleared after rendering object in this rendering queue.
When this rendering queue does not have any object, then DepthStencil buffer is not cleared.
This may be used for
BackgroundRenderingLayer so that object in that rendering queue will always be rendered behind any other objects.
Namespace: Ab4d.SharpEngine.RenderingLayersAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic bool ClearDepthStencilBufferAfterRendering { get; set; }
Property Value
Boolean
See Also