Show / Hide Table of Contents

Enum PixelCopyType

Used in GL.CopyPixels

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

Fields

Name Description
Color

Original was GL_COLOR = 0x1800

ColorExt

Original was GL_COLOR_EXT = 0x1800

Depth

Original was GL_DEPTH = 0x1801

DepthExt

Original was GL_DEPTH_EXT = 0x1801

Stencil

Original was GL_STENCIL = 0x1802

StencilExt

Original was GL_STENCIL_EXT = 0x1802

In This Article
Back to top Generated by DocFX