Skip to content

API Reference / @gtkx/gl / uniform4d

Function: uniform4d()

uniform4d(location, x, y, z, w): void

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

void glUniform4d(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)

Provided by GL_VERSION_4_0.

Parameters

location

number

GLint

x

number

GLdouble

y

number

GLdouble

z

number

GLdouble

w

number

GLdouble

Returns

void

See

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

Released under the MPL-2.0 License.