Signature
glGetActiveUniformBlockiv(
GLuint (
program
)
,
GLuint (
uniformBlockIndex
)
,
GLenum (
pname
)
,
GLint *(
params
)
)-> void
Parameters
Variables | Description |
---|---|
program |
Specifies the name of a program containing the uniform block.
|
uniformBlockIndex |
Specifies the index of the uniform block within
program
.
|
pname |
Specifies the name of the parameter to query.
|
params |
Specifies the address of a variable to receive the result of the query.
|