Skip to content

API Reference / @gtkx/gl / uniformBlockBinding

Function: uniformBlockBinding()

uniformBlockBinding(program, uniformBlockIndex, uniformBlockBinding): void

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

void glUniformBlockBinding(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)

Provided by GL_VERSION_3_1. Registry note: Reuse ARB_uniform_buffer_object Also provided by the GL_ARB_uniform_buffer_object extension. GLX render opcode 366.

Parameters

program

number

GLuint, object class program

uniformBlockIndex

number

GLuint

uniformBlockBinding

number

GLuint

Returns

void

Released under the MPL-2.0 License.