Enum TextureCoordName
Used in GL.Oes.GetTexGen, GL.Oes.GetTexGenx and 2 other functions
Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
public enum TextureCoordName
Fields
Name | Description |
---|---|
Q | Original was GL_Q = 0x2003 |
R | Original was GL_R = 0x2002 |
S | Original was GL_S = 0x2000 |
T | Original was GL_T = 0x2001 |