Signature
glGetProgramInterfaceiv(
GLuint (
program
)
,
GLenum (
programInterface
)
,
GLenum (
pname
)
,
GLint * (
params
)
)-> void
Parameters
Variables | Description |
---|---|
program |
The name of a program object whose interface to query.
|
programInterface |
A token identifying the interface within
program
to query.
|
pname |
The name of the parameter within
programInterface
to query.
|
params |
The address of a variable to retrieve the value of
pname
for the program interface.
|