Enum TextureGenParameter
Used in GL.GetTexGen, GL.TexGend and 7 other functions
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum TextureGenParameterFields
| Name | Description | 
|---|---|
| EyeLineSgis | Original was GL_EYE_LINE_SGIS = 0x81F6 | 
| EyePlane | Original was GL_EYE_PLANE = 0x2502 | 
| EyePointSgis | Original was GL_EYE_POINT_SGIS = 0x81F4 | 
| ObjectLineSgis | Original was GL_OBJECT_LINE_SGIS = 0x81F7 | 
| ObjectPlane | Original was GL_OBJECT_PLANE = 0x2501 | 
| ObjectPointSgis | Original was GL_OBJECT_POINT_SGIS = 0x81F5 | 
| TextureGenMode | Original was GL_TEXTURE_GEN_MODE = 0x2500 |