OGRE  1.10.11
Object-Oriented Graphics Rendering Engine
Ogre::GLUniformReference Struct Reference

Structure used to keep track of named uniforms in the linked program object. More...

#include <OgreGLSLProgramCommon.h>

Public Attributes

const GpuConstantDefinitionmConstantDef
 The constant definition it relates to. More...
 
int mLocation
 GL location handle. More...
 
GpuProgramType mSourceProgType
 Which type of program params will this value come from? More...
 

Detailed Description

Structure used to keep track of named uniforms in the linked program object.

Member Data Documentation

int Ogre::GLUniformReference::mLocation

GL location handle.

GpuProgramType Ogre::GLUniformReference::mSourceProgType

Which type of program params will this value come from?

const GpuConstantDefinition* Ogre::GLUniformReference::mConstantDef

The constant definition it relates to.


The documentation for this struct was generated from the following file: