API Reference / @gtkx/gl / programUniform2d
Function: programUniform2d()
programUniform2d(
program,location,v0,v1):void
Defined in: generated/commands.d.ts:4407
void glProgramUniform2d(GLuint program, GLint location, GLdouble v0, GLdouble v1)
Provided by GL_VERSION_4_1. Registry note: Reuse commands from ARB_separate_shader_objects Also provided by the GL_ARB_separate_shader_objects extension.
Parameters
program
number
GLuint, object class program
location
number
GLint
v0
number
GLdouble
v1
number
GLdouble
Returns
void