List of usage examples for org.lwjgl.opengl GL43 glVertexBindingDivisor
public static void glVertexBindingDivisor(@NativeType("GLuint") int bindingindex, @NativeType("GLuint") int divisor)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glVertexBindingDivisor(int a, int b) { GL43.glVertexBindingDivisor(a, b); }