ClearRendererFlags Enum
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
Flags used to clear a render frame.
[DataContract("ClearRenderFrameFlags")]
public enum ClearRendererFlags
Fields
Name | Description |
---|---|
ColorAndDepth | Clears both the Color and DepthStencil buffer. |
ColorOnly | Clears only the Color buffer. |
DepthOnly | Clears only the depth. |