Enum ClearFlag
Render Textures clear flag.
Namespace: UnityEngine.Rendering
Syntax
[Flags]
public enum ClearFlag
Fields
Name | Description |
---|---|
All | Clear both color and depth buffers. |
Color | Clear the color buffer. |
Depth | Clear the depth buffer. |
None | Don't clear. |