OGRE-Next
4.0.0unstable
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. More... | |
size_t | elementCount |
ElementType | elementType |
The type of the constant in the program. More... | |
String | name |
Structure defining an auto constant that's available for use in a parameters object.
|
inline |
AutoConstantType Ogre::GpuProgramParameters::AutoConstantDefinition::acType |
ACDataType Ogre::GpuProgramParameters::AutoConstantDefinition::dataType |
The type of any extra data.
size_t Ogre::GpuProgramParameters::AutoConstantDefinition::elementCount |
ElementType Ogre::GpuProgramParameters::AutoConstantDefinition::elementType |
The type of the constant in the program.
String Ogre::GpuProgramParameters::AutoConstantDefinition::name |