OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::GLUniformReference Struct Reference

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

#include <OgreGLSLESProgramCommon.h>

Public Attributes

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

Detailed Description

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

Member Data Documentation

◆ mConstantDef

const GpuConstantDefinition * Ogre::GLUniformReference::mConstantDef

The constant definition it relates to.

◆ mLocation

GLint Ogre::GLUniformReference::mLocation

GL location handle.

◆ mSourceProgType

GpuProgramType Ogre::GLUniformReference::mSourceProgType

Which type of program params will this value come from?


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