Show / Hide Table of Contents

Enum ClearBufferMask

Used in GL.Angle.BlitFramebuffer, GL.BlitFramebuffer and 2 other functions

Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.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

StencilBufferBit

Original was GL_STENCIL_BUFFER_BIT = 0x00000400

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX