![]() |
OGRE
1.10.12
Object-Oriented Graphics Rendering Engine
|
#include "OgrePrerequisites.h"
#include "OgreSharedPtr.h"
#include "OgreIteratorWrappers.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 |
Definition of container that holds the current bool constants. More... | |
class | Ogre::GpuSharedParametersUsage |
This class records the usage of a set of shared parameters in a concrete set of GpuProgramParameters. More... | |
Namespaces | |
Ogre | |
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ | |
Typedefs | |
typedef vector< double >::type | Ogre::DoubleConstantList |
Definition of container that holds the current double constants. More... | |
typedef vector< float >::type | Ogre::FloatConstantList |
Definition of container that holds the current float constants. More... | |
typedef ConstMapIterator< GpuConstantDefinitionMap > | Ogre::GpuConstantDefinitionIterator |
typedef map< String, GpuConstantDefinition >::type | Ogre::GpuConstantDefinitionMap |
typedef map< size_t, GpuLogicalIndexUse >::type | Ogre::GpuLogicalIndexUseMap |
typedef vector< int >::type | Ogre::IntConstantList |
Definition of container that holds the current int constants. More... | |
typedef vector< uint >::type | Ogre::UnsignedIntConstantList |
Definition of container that holds the current uint constants. More... | |