List of usage examples for org.lwjgl.opengl GL11 glGetClipPlane
public static void glGetClipPlane(@NativeType("GLenum") int plane, @NativeType("GLdouble *") double[] equation)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glGetClipPlane(int a, DoubleBuffer b) { GL11.glGetClipPlane(a, b); }