Skip to content

API Reference / @gtkx/gl / clearDepthf

Function: clearDepthf()

clearDepthf(d): void

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

void glClearDepthf(GLfloat d)

Provided by GL_VERSION_4_1.

Parameters

d

number

GLfloat

Returns

void

See

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

Released under the MPL-2.0 License.