|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
Structure defining an auto constant that's available for use in a parameters object. More...
#include <OgreGpuProgramParams.h>
| Public Member Functions | |
| AutoConstantDefinition (AutoConstantType _acType, const String &_name, size_t _elementCount, ElementType _elementType, ACDataType _dataType) | |
| Public Attributes | |
| AutoConstantType | acType | 
| ACDataType | dataType | 
| The type of any extra data. | |
| size_t | elementCount | 
| ElementType | elementType | 
| The type of the constant in the program. | |
| String | name | 
Structure defining an auto constant that's available for use in a parameters object.
| 
 | inline | 
References acType, dataType, elementCount, elementType, and name.
| AutoConstantType Ogre::GpuProgramParameters::AutoConstantDefinition::acType | 
Referenced by AutoConstantDefinition().
| String Ogre::GpuProgramParameters::AutoConstantDefinition::name | 
Referenced by AutoConstantDefinition().
| size_t Ogre::GpuProgramParameters::AutoConstantDefinition::elementCount | 
Referenced by AutoConstantDefinition().
| ElementType Ogre::GpuProgramParameters::AutoConstantDefinition::elementType | 
The type of the constant in the program.
Referenced by AutoConstantDefinition().
| ACDataType Ogre::GpuProgramParameters::AutoConstantDefinition::dataType | 
The type of any extra data.
Referenced by AutoConstantDefinition().