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