Skip to content

API Reference / @gtkx/gl / uniform3dv

Function: uniform3dv()

uniform3dv(location, count, value): void

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

void glUniform3dv(GLint location, GLsizei count, const GLdouble *value)

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

count

number

GLsizei

value

number[] | Float64Array<ArrayBufferLike>

GLdouble[] | Float64Array, length count*3, kind Vector3. This parameter represents a vector with 3 components

Returns

void

Released under the MPL-2.0 License.