Enum ImgUserClipPlane
Not used directly.
Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
[CLSCompliant(false)]
public enum ImgUserClipPlane
Fields
Name | Description |
---|---|
ClipPlane0Img | Original was GL_CLIP_PLANE0_IMG = 0x3000 |
ClipPlane1Img | Original was GL_CLIP_PLANE1_IMG = 0x3001 |
ClipPlane2Img | Original was GL_CLIP_PLANE2_IMG = 0x3002 |
ClipPlane3Img | Original was GL_CLIP_PLANE3_IMG = 0x3003 |
ClipPlane4Img | Original was GL_CLIP_PLANE4_IMG = 0x3004 |
ClipPlane5Img | Original was GL_CLIP_PLANE5_IMG = 0x3005 |
MaxClipPlanesImg | Original was GL_MAX_CLIP_PLANES_IMG = 0x0D32 |