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