Show / Hide Table of Contents

Enum MatrixMode

Used in GL.MatrixMode, GL.Ext.MatrixFrustum and 11 other functions

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

Fields

Name Description
Color

Original was GL_COLOR = 0x1800

Modelview

Original was GL_MODELVIEW = 0x1700

Modelview0Ext

Original was GL_MODELVIEW0_EXT = 0x1700

Projection

Original was GL_PROJECTION = 0x1701

Texture

Original was GL_TEXTURE = 0x1702

In This Article
Back to top Generated by DocFX