Skip to content

API Reference / @gtkx/gl / uniform3dv

Function: uniform3dv()

uniform3dv(location, count, value): void

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

void glUniform3dv(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*3

Returns

void

See

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

Released under the MPL-2.0 License.