#include "OgrePrerequisites.h"#include "OgreSharedPtr.h"#include "OgreIteratorWrappers.h"#include "OgreSerializer.h"#include "OgreRenderOperation.h"#include "OgreAny.h"#include "Threading/OgreThreadHeaders.h"#include "OgreHeaderPrefix.h"#include "OgreHeaderSuffix.h"Go to the source code of this file.
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... | |
| struct | Ogre::GpuSharedParametersUsage::CopyDataEntry |
Namespaces | |
| Ogre | |
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 SharedPtr< GpuLogicalBufferStruct > | Ogre::GpuLogicalBufferStructPtr |
| typedef map< size_t, GpuLogicalIndexUse >::type | Ogre::GpuLogicalIndexUseMap |
| typedef SharedPtr< GpuNamedConstants > | Ogre::GpuNamedConstantsPtr |
| typedef SharedPtr< GpuProgramParameters > | Ogre::GpuProgramParametersSharedPtr |
| Shared pointer used to hold references to GpuProgramParameters instances. More... | |
| typedef SharedPtr< GpuSharedParameters > | Ogre::GpuSharedParametersPtr |
| Shared pointer used to hold references to GpuProgramParameters instances. More... | |
| typedef vector< int >::type | Ogre::IntConstantList |
| Definition of container that holds the current float constants. More... | |
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Apr 22 2015 18:15:41