Skip to content

API Reference / @gtkx/gl / uniform1dv

Function: uniform1dv()

uniform1dv(location, count, value): void

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

void glUniform1dv(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*1, kind Vector1. This parameter represents a vector with 1 components

Returns

void

Released under the MPL-2.0 License.