List of usage examples for org.lwjgl.opengl GL20 glVertexAttrib2fv
public static void glVertexAttrib2fv(@NativeType("GLuint") int index, @NativeType("GLfloat const *") float[] v)
From source file:com.badlogic.gdx.backends.jglfw.JglfwGL20.java
License:Apache License
public void glVertexAttrib2fv(int indx, FloatBuffer values) { GL20.glVertexAttrib2fv(indx, values); }