Open Dev Kit Documentation :: OpenGL :: Get Uniform Location
OpenGL.GetUniformLocation( Program Integer, Name String ) IntegerReturn the location of a uniform variable
Parameters
- Program Integer
- Specifies the program object to be queried
- Name String
- Points to a null terminated string containing the name of the uniform variable whose location is to be queried
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
