List of usage examples for org.lwjgl.opengl GL11 glRenderMode
@NativeType("GLint") public static native int glRenderMode(@NativeType("GLenum") int mode);
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static int glRenderMode(int a) { return GL11.glRenderMode(a); }