Signature
glShaderStorageBlockBinding(
GLuint (
program
)
,
GLuint (
storageBlockIndex
)
,
GLuint (
storageBlockBinding
)
)-> void
glShaderStorageBlockBinding(
program
,
storageBlockIndex
,
storageBlockBinding
)
Parameters
Variables | Description |
---|---|
program |
The name of the program containing the block whose binding to change.
|
storageBlockIndex |
The index storage block within the program.
|
storageBlockBinding |
The index storage block binding to associate with the specified storage block.
|