Skip to content

API Reference / @gtkx/gl / uniform2dv

Function: uniform2dv()

uniform2dv(location, count, value): void

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

void glUniform2dv(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*2

Returns

void

See

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

Released under the MPL-2.0 License.