OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Structure used to keep track of named uniforms in the linked program object. More...
#include <OgreGLSLESProgramCommon.h>
Public Attributes | |
const GpuConstantDefinition * | mConstantDef |
The constant definition it relates to. | |
GLint | mLocation |
GL location handle. | |
GpuProgramType | mSourceProgType |
Which type of program params will this value come from? | |
Structure used to keep track of named uniforms in the linked program object.
const GpuConstantDefinition * Ogre::GLUniformReference::mConstantDef |
The constant definition it relates to.
GLint Ogre::GLUniformReference::mLocation |
GL location handle.
GpuProgramType Ogre::GLUniformReference::mSourceProgType |
Which type of program params will this value come from?