API Reference / @gtkx/gl / depthRangef
Function: depthRangef()
depthRangef(
n,f):void
Defined in: generated/commands.d.ts:1621
void glDepthRangef(GLfloat n, GLfloat f)
Provided by GL_VERSION_4_1. Registry note: Reuse commands from ARB_ES2_compatibility Also provided by the GL_ARB_ES2_compatibility extension. Also known as glDepthRangefOES.
Parameters
n
number
GLfloat
f
number
GLfloat
Returns
void