Skip to content

API Reference / @gtkx/gl / uniform3d

Function: uniform3d()

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

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

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

Provided by GL_VERSION_4_0. Registry note: Reuse ARB_gpu_shader_fp64 Also provided by the GL_ARB_gpu_shader_fp64 extension.

Parameters

location

number

GLint

x

number

GLdouble

y

number

GLdouble

z

number

GLdouble

Returns

void

Released under the MPL-2.0 License.