Skip to content

API Reference / @gtkx/gl / uniform4dv

Function: uniform4dv()

uniform4dv(location, count, value): void

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

void glUniform4dv(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*4

Returns

void

See

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

Released under the MPL-2.0 License.