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