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