Enum ClearOptions
Defines the buffers for clearing when calling Clear(ClearOptions, Color, float, int) operation.
[Flags]
public enum ClearOptions
Fields
DepthBuffer = 2
Depth buffer.
Stencil = 4
Stencil buffer.
Target = 1
Color buffer.
Defines the buffers for clearing when calling Clear(ClearOptions, Color, float, int) operation.
[Flags]
public enum ClearOptions
DepthBuffer = 2
Depth buffer.
Stencil = 4
Stencil buffer.
Target = 1
Color buffer.