Skip to content

API Reference / @gtkx/gl / depthRangef

Function: depthRangef()

depthRangef(n, f): void

Defined in: generated/commands.d.ts:1456

void glDepthRangef(GLfloat n, GLfloat f)

Provided by GL_VERSION_4_1.

Parameters

n

number

GLfloat

f

number

GLfloat

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glDepthRangef.xhtml

Released under the MPL-2.0 License.