Enum ClearRendererFlags
Flags used to clear a render frame.
[DataContract("ClearRenderFrameFlags")]
public enum ClearRendererFlagsFields
- [Display("Color and Depth", null)] [DataAlias("Color")] ColorAndDepth = 0
- Clears both the Color and DepthStencil buffer. 
- [Display("Color Only", null)] ColorOnly = 1
- Clears only the Color buffer. 
- [Display("Depth Only", null)] DepthOnly = 2
- Clears only the depth.