List of usage examples for org.lwjgl.opengl GL32 glDrawRangeElementsBaseVertex
public static void glDrawRangeElementsBaseVertex(@NativeType("GLenum") int mode, @NativeType("GLuint") int start, @NativeType("GLuint") int end, @NativeType("GLsizei") int count, @NativeType("GLenum") int type, @NativeType("void const *") long indices, @NativeType("GLint") int basevertex)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glDrawRangeElementsBaseVertex(int a, int b, int c, int d, int e, long f, int g) { GL32.glDrawRangeElementsBaseVertex(a, b, c, d, e, f, g); }