List of usage examples for org.lwjgl.opengl GL11 glPixelStoref
public static void glPixelStoref(@NativeType("GLenum") int pname, @NativeType("GLfloat") float param)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glPixelStoref(int a, float b) { GL11.glPixelStoref(a, b); }