Skip to content

API Reference / @gtkx/gl / uniform3d

Function: uniform3d()

uniform3d(location, x, y, z): void

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

void glUniform3d(GLint location, GLdouble x, GLdouble y, GLdouble z)

Provided by GL_VERSION_4_0.

Parameters

location

number

GLint

x

number

GLdouble

y

number

GLdouble

z

number

GLdouble

Returns

void

See

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

Released under the MPL-2.0 License.