List of usage examples for org.lwjgl.opengl GL41 glClearDepthf
public static void glClearDepthf(@NativeType("GLfloat") float depth)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glClearDepthf(float a) { GL41.glClearDepthf(a); }