Show / Hide Table of Contents

Enum ClearBufferMask

Used in GL.BlitFramebuffer, GL.BlitNamedFramebuffer and 1 other function

Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
[Flags]
public enum ClearBufferMask

Fields

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

In This Article
Back to top Generated by DocFX