Show / Hide Table of Contents

Enum MatrixMode

Used in GL.Ext.MatrixFrustum, GL.Ext.MatrixLoad and 10 other functions

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

Fields

Name Description
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