Skip to content

API Reference / @gtkx/gl / uniform2d

Function: uniform2d()

uniform2d(location, x, y): void

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

void glUniform2d(GLint location, GLdouble x, GLdouble y)

Provided by GL_VERSION_4_0.

Parameters

location

number

GLint

x

number

GLdouble

y

number

GLdouble

Returns

void

See

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

Released under the MPL-2.0 License.