Show / Hide Table of Contents

Enum ClearBuffer

Used in GL.ClearBuffer, GL.ClearNamedFramebuffer

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum ClearBuffer

Fields

Name Description
Color

Original was GL_COLOR = 0x1800

Depth

Original was GL_DEPTH = 0x1801

Stencil

Original was GL_STENCIL = 0x1802

In This Article
Back to top Generated by DocFX