![]() |
OGRE 14.6
Object-Oriented Graphics Rendering Engine
|
#include <limits>#include "OgrePrerequisites.h"#include "OgreSharedPtr.h"#include "OgreSerializer.h"#include "OgreAny.h"#include "Threading/OgreThreadHeaders.h"#include "OgreHeaderPrefix.h"#include "OgreHeaderSuffix.h"Classes | |
| struct | Ogre::GpuConstantDefinition |
| Information about predefined program constants. More... | |
| struct | Ogre::GpuLogicalBufferStruct |
| Container struct to allow params to safely & update shared list of logical buffer assignments. More... | |
| struct | Ogre::GpuLogicalIndexUse |
| Structure recording the use of a physical buffer by a logical parameter index. More... | |
| struct | Ogre::GpuNamedConstants |
| Struct collecting together the information for named constants. More... | |
| class | Ogre::GpuNamedConstantsSerializer |
| Simple class for loading / saving GpuNamedConstants. More... | |
| class | Ogre::GpuProgramParameters |
| Collects together the program parameters used for a GpuProgram. More... | |
| struct | Ogre::GpuProgramParameters::AutoConstantDefinition |
| Structure defining an auto constant that's available for use in a parameters object. More... | |
| class | Ogre::GpuProgramParameters::AutoConstantEntry |
| Structure recording the use of an automatic parameter. More... | |
| class | Ogre::GpuSharedParameters |
| A group of manually updated parameters that are shared between many parameter sets. More... | |
| class | Ogre::GpuSharedParametersUsage |
| This class records the usage of a set of shared parameters in a concrete set of GpuProgramParameters. More... | |
Namespaces | |
| namespace | Ogre |
Typedefs | |
| typedef std::vector< uchar > | Ogre::ConstantList |
| Definition of container that holds the current constants. | |
| typedef ConstMapIterator< GpuConstantDefinitionMap > | Ogre::GpuConstantDefinitionIterator |
| typedef std::map< String, GpuConstantDefinition > | Ogre::GpuConstantDefinitionMap |
| typedef std::map< size_t, GpuLogicalIndexUse > | Ogre::GpuLogicalIndexUseMap |