Enum PixelCopyType
Not used directly.
Namespace: OpenTK.Graphics.OpenGL4
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 |