|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
Structure recording the use of a physical buffer by a logical parameter index. More...
#include <OgreGpuProgramParams.h>
| Public Member Functions | |
| GpuLogicalIndexUse () | |
| GpuLogicalIndexUse (size_t bufIdx, size_t curSz, uint16 v, BaseConstantType t) | |
| Public Attributes | |
| BaseConstantType | baseType | 
| Data type. | |
| size_t | currentSize | 
| Current physical size allocation. | |
| size_t | physicalIndex | 
| Physical buffer index. | |
| uint16 | variability | 
| How the contents of this slot vary. | |
Structure recording the use of a physical buffer by a logical parameter index.
Only used for low-level programs.
| 
 | inline | 
References baseType, Ogre::BCT_UNKNOWN, currentSize, Ogre::GPV_GLOBAL, physicalIndex, and variability.
| 
 | inline | 
References baseType, currentSize, physicalIndex, and variability.
| size_t Ogre::GpuLogicalIndexUse::physicalIndex | 
Physical buffer index.
Referenced by GpuLogicalIndexUse(), and GpuLogicalIndexUse().
| size_t Ogre::GpuLogicalIndexUse::currentSize | 
Current physical size allocation.
Referenced by GpuLogicalIndexUse(), and GpuLogicalIndexUse().
| 
 | mutable | 
How the contents of this slot vary.
Referenced by GpuLogicalIndexUse(), and GpuLogicalIndexUse().
| BaseConstantType Ogre::GpuLogicalIndexUse::baseType | 
Data type.
Referenced by GpuLogicalIndexUse(), and GpuLogicalIndexUse().