Skip to content

API Reference / @gtkx/gl / uniform1dv

Function: uniform1dv()

uniform1dv(location, count, value): void

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

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

Provided by GL_VERSION_4_0.

Parameters

location

number

GLint

count

number

GLsizei

value

number[] | Float64Array<ArrayBufferLike>

const GLdouble *, length count*1

Returns

void

See

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

Released under the MPL-2.0 License.