Package org.lwjgl.opengl
Class EXTProvokingVertex
- java.lang.Object
-
- org.lwjgl.opengl.EXTProvokingVertex
-
public final class EXTProvokingVertex extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_FIRST_VERTEX_CONVENTION_EXTAccepted by the <mode> parameter of ProvokingVertexEXT:static intGL_LAST_VERTEX_CONVENTION_EXTAccepted by the <mode> parameter of ProvokingVertexEXT:static intGL_PROVOKING_VERTEX_EXTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static intGL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglProvokingVertexEXT(int mode)
-
-
-
Field Detail
-
GL_FIRST_VERTEX_CONVENTION_EXT
public static final int GL_FIRST_VERTEX_CONVENTION_EXT
Accepted by the <mode> parameter of ProvokingVertexEXT:- See Also:
- Constant Field Values
-
GL_LAST_VERTEX_CONVENTION_EXT
public static final int GL_LAST_VERTEX_CONVENTION_EXT
Accepted by the <mode> parameter of ProvokingVertexEXT:- See Also:
- Constant Field Values
-
GL_PROVOKING_VERTEX_EXT
public static final int GL_PROVOKING_VERTEX_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
- Constant Field Values
-
GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT
public static final int GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
- Constant Field Values
-
-