Skip to content

API Reference / @gtkx/gl / shaderStorageBlockBinding

Function: shaderStorageBlockBinding()

shaderStorageBlockBinding(program, storageBlockIndex, storageBlockBinding): void

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

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

Provided by GL_VERSION_4_3.

Parameters

program

number

GLuint, object class program

storageBlockIndex

number

GLuint

storageBlockBinding

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.