Skip to content

API Reference / @gtkx/gl / shaderStorageBlockBinding

Function: shaderStorageBlockBinding()

shaderStorageBlockBinding(program, storageBlockIndex, storageBlockBinding): void

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

void glShaderStorageBlockBinding(GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)

Provided by GL_VERSION_4_3. Registry note: Reuse commands from ARB_shader_storage_buffer_object Also provided by the GL_ARB_shader_storage_buffer_object extension.

Parameters

program

number

GLuint, object class program

storageBlockIndex

number

GLuint

storageBlockBinding

number

GLuint

Returns

void

Released under the MPL-2.0 License.