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