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