Signature
glGetProgramResourceLocation(
GLuint (
program
)
,
GLenum (
programInterface
)
,
const char * (
name
)
)-> GLint
Parameters
Variables | Description |
---|---|
program |
The name of a program object whose resources to query.
|
programInterface | |
name |
The name of the resource to query the location of.
|