|
OGRE
1.9.0
|
This class records the usage of a set of shared parameters in a concrete set of GpuProgramParameters. More...
#include <OgreGpuProgramParams.h>

Classes | |
| struct | CopyDataEntry |
Public Member Functions | |
| GpuSharedParametersUsage (GpuSharedParametersPtr sharedParams, GpuProgramParameters *params) | |
| Construct usage. | |
| void | _copySharedParamsToTargetParams () |
| Update the target parameters by copying the data from the shared parameters. | |
| const Any & | _getRenderSystemData () const |
| Internal method that the RenderSystem might use to store optional data. | |
| void | _setRenderSystemData (const Any &data) const |
| Internal method that the RenderSystem might use to store optional data. | |
| const String & | getName () const |
| Get the name of the shared parameter set. | |
| GpuSharedParametersPtr | getSharedParams () const |
| GpuProgramParameters * | getTargetParams () const |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| void * | operator new[] (size_t sz) |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
Protected Types | |
| typedef vector< CopyDataEntry >::type | CopyDataList |
Protected Member Functions | |
| void | initCopyData () |
Protected Attributes | |
| CopyDataList | mCopyDataList |
| unsigned long | mCopyDataVersion |
| Version of shared params we based the copydata on. | |
| GpuProgramParameters * | mParams |
| Any | mRenderSystemData |
| GpuSharedParametersPtr | mSharedParams |
This class records the usage of a set of shared parameters in a concrete set of GpuProgramParameters.
Definition at line 619 of file OgreGpuProgramParams.h.
|
protected |
Definition at line 631 of file OgreGpuProgramParams.h.
| Ogre::GpuSharedParametersUsage::GpuSharedParametersUsage | ( | GpuSharedParametersPtr | sharedParams, |
| GpuProgramParameters * | params ) |
Construct usage.
| void Ogre::GpuSharedParametersUsage::_copySharedParamsToTargetParams | ( | ) |
Update the target parameters by copying the data from the shared parameters.
| const Any & Ogre::GpuSharedParametersUsage::_getRenderSystemData | ( | ) | const |
Internal method that the RenderSystem might use to store optional data.
Definition at line 667 of file OgreGpuProgramParams.h.
References mRenderSystemData.
| void Ogre::GpuSharedParametersUsage::_setRenderSystemData | ( | const Any & | data | ) | const |
Internal method that the RenderSystem might use to store optional data.
Definition at line 665 of file OgreGpuProgramParams.h.
References mRenderSystemData.
| const String & Ogre::GpuSharedParametersUsage::getName | ( | ) | const |
Get the name of the shared parameter set.
Definition at line 659 of file OgreGpuProgramParams.h.
References mSharedParams.
| GpuSharedParametersPtr Ogre::GpuSharedParametersUsage::getSharedParams | ( | ) | const |
Definition at line 661 of file OgreGpuProgramParams.h.
References mSharedParams.
| GpuProgramParameters * Ogre::GpuSharedParametersUsage::getTargetParams | ( | ) | const |
Definition at line 662 of file OgreGpuProgramParams.h.
References mParams.
|
protected |
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
protected |
Definition at line 633 of file OgreGpuProgramParams.h.
|
protected |
Version of shared params we based the copydata on.
Definition at line 639 of file OgreGpuProgramParams.h.
|
protected |
Definition at line 624 of file OgreGpuProgramParams.h.
Referenced by getTargetParams().
|
mutableprotected |
Definition at line 636 of file OgreGpuProgramParams.h.
Referenced by _getRenderSystemData(), and _setRenderSystemData().
|
protected |
Definition at line 622 of file OgreGpuProgramParams.h.
Referenced by getName(), and getSharedParams().
1.13.2