getUniformLocation
Default mainpageApplicationProgramObjectgetUniformLocation
Description Source Call Graph
ProgramObject::getUniformLocation ( Private Method )
Author: Don Olmstead
Retrieves the location of a uniform variable
 
Syntax / parameters
GLint getUniformLocation(const char *name)

Name Type Default Description
name const char *
  The name of the uniform
 
Return value GLint
  The location of the uniform
Description
Retrieves the location of a uniform variable
 
Source
The documentation for this Member was generated from the following files:
  • ProgramObject.cpp
  • ProgramObject.hpp