List of usage examples for org.lwjgl.opengl GL11 glArrayElement
public static native void glArrayElement(@NativeType("GLint") int i);
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glArrayElement(int a) { GL11.glArrayElement(a); }