List of usage examples for org.lwjgl.opengl GL41 glDepthRangeIndexed
public static void glDepthRangeIndexed(@NativeType("GLuint") int index, @NativeType("GLdouble") double zNear, @NativeType("GLdouble") double zFar)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glDepthRangeIndexed(int a, double b, double c) { GL41.glDepthRangeIndexed(a, b, c); }