Enum ClearBufferMask
Used in GL.BlitFramebuffer, GL.BlitNamedFramebuffer and 3 other functions
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
[Flags]
public enum ClearBufferMaskFields
| Name | Description | 
|---|---|
| AccumBufferBit | Original was GL_ACCUM_BUFFER_BIT = 0x00000200 | 
| ColorBufferBit | Original was GL_COLOR_BUFFER_BIT = 0x00004000 | 
| CoverageBufferBitNv | Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 | 
| DepthBufferBit | Original was GL_DEPTH_BUFFER_BIT = 0x00000100 | 
| None | Original was GL_NONE = 0 | 
| StencilBufferBit | Original was GL_STENCIL_BUFFER_BIT = 0x00000400 |