Package org.lwjgl.opengl
Class NVPrimitiveRestart
java.lang.Object
org.lwjgl.opengl.NVPrimitiveRestart
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <array> parameter of EnableClientState and DisableClientState, by the <cap> parameter of IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: -
Method Summary
-
Field Details
-
GL_PRIMITIVE_RESTART_NV
public static final int GL_PRIMITIVE_RESTART_NVAccepted by the <array> parameter of EnableClientState and DisableClientState, by the <cap> parameter of IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_PRIMITIVE_RESTART_INDEX_NV
public static final int GL_PRIMITIVE_RESTART_INDEX_NVAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
-
Method Details
-
glPrimitiveRestartNV
public static void glPrimitiveRestartNV() -
glPrimitiveRestartIndexNV
public static void glPrimitiveRestartIndexNV(int index)
-