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.
Definition at line 1192 of file OgreGpuProgramParams.h.
Ogre::GpuProgramParameters::AutoConstantDefinition::AutoConstantDefinition | ( | AutoConstantType | _acType, |
const String & | _name, | ||
size_t | _elementCount, | ||
ElementType | _elementType, | ||
ACDataType | _dataType | ||
) |
Definition at line 1202 of file OgreGpuProgramParams.h.
AutoConstantType Ogre::GpuProgramParameters::AutoConstantDefinition::acType |
Definition at line 1194 of file OgreGpuProgramParams.h.
ACDataType Ogre::GpuProgramParameters::AutoConstantDefinition::dataType |
The type of any extra data.
Definition at line 1200 of file OgreGpuProgramParams.h.
size_t Ogre::GpuProgramParameters::AutoConstantDefinition::elementCount |
Definition at line 1196 of file OgreGpuProgramParams.h.
ElementType Ogre::GpuProgramParameters::AutoConstantDefinition::elementType |
The type of the constant in the program.
Definition at line 1198 of file OgreGpuProgramParams.h.
String Ogre::GpuProgramParameters::AutoConstantDefinition::name |
Definition at line 1195 of file OgreGpuProgramParams.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 16 2013 14:35:56