Package org.lwjgl.opengl
Class ARBTransformFeedback3
java.lang.Object
org.lwjgl.opengl.ARBTransformFeedback3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBeginQueryIndexed
(int target, int index, int id) static void
glDrawTransformFeedbackStream
(int mode, int id, int stream) static void
glEndQueryIndexed
(int target, int index) static void
glGetQueryIndexed
(int target, int index, int pname, IntBuffer params) static int
glGetQueryIndexedi
(int target, int index, int pname) Overloads glGetQueryIndexediv.
-
Field Details
-
GL_MAX_TRANSFORM_FEEDBACK_BUFFERS
public static final int GL_MAX_TRANSFORM_FEEDBACK_BUFFERSAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
-
GL_MAX_VERTEX_STREAMS
public static final int GL_MAX_VERTEX_STREAMSAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
-
-
Method Details
-
glDrawTransformFeedbackStream
public static void glDrawTransformFeedbackStream(int mode, int id, int stream) -
glBeginQueryIndexed
public static void glBeginQueryIndexed(int target, int index, int id) -
glEndQueryIndexed
public static void glEndQueryIndexed(int target, int index) -
glGetQueryIndexed
-
glGetQueryIndexedi
public static int glGetQueryIndexedi(int target, int index, int pname) Overloads glGetQueryIndexediv.
-