Skip to content

API Reference / @gtkx/gl / uniform4dv

Function: uniform4dv()

uniform4dv(location, count, value): void

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

void glUniform4dv(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*4, kind Vector4. This parameter represents a vector with 4 components

Returns

void

Released under the MPL-2.0 License.