Class GLSUNMeshArray
java.lang.Object
overrungl.opengl.sun.GLSUNMeshArray
GL_SUN_mesh_array-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDrawMeshArraysSUN(int mode, int first, int count, int width) InvokesglDrawMeshArraysSUN.
-
Field Details
-
GL_QUAD_MESH_SUN
public static final int GL_QUAD_MESH_SUN- See Also:
-
GL_TRIANGLE_MESH_SUN
public static final int GL_TRIANGLE_MESH_SUN- See Also:
-
-
Constructor Details
-
GLSUNMeshArray
-
-
Method Details
-
DrawMeshArraysSUN
public void DrawMeshArraysSUN(int mode, int first, int count, int width) Invokes
glDrawMeshArraysSUN.void glDrawMeshArraysSUN((unsigned int) GLenum mode, (int) GLint first, (int) GLsizei count, (int) GLsizei width);
-