This class records the usage of a set of shared parameters in a concrete set of GpuProgramParameters.
More...
#include <OgreGpuProgramParams.h>
|
| GpuSharedParametersUsage (GpuSharedParametersPtr sharedParams, GpuProgramParameters *params) |
| Construct usage. More...
|
|
void | _copySharedParamsToTargetParams () |
| Update the target parameters by copying the data from the shared parameters. More...
|
|
const Any & | _getRenderSystemData () const |
| Internal method that the RenderSystem might use to store optional data. More...
|
|
void | _setRenderSystemData (const Any &data) const |
| Internal method that the RenderSystem might use to store optional data. More...
|
|
const String & | getName () const |
| Get the name of the shared parameter set. More...
|
|
GpuSharedParametersPtr | getSharedParams () const |
|
GpuProgramParameters * | getTargetParams () const |
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new More...
|
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More...
|
|
void * | operator new[] (size_t sz) |
|
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.
void Ogre::GpuSharedParametersUsage::_copySharedParamsToTargetParams |
( |
| ) |
|
Update the target parameters by copying the data from the shared parameters.
- Note
- This method may not actually be called if the RenderSystem supports using shared parameters directly in their own shared buffer; in which case the values should not be copied out of the shared area into the individual parameter set, but bound separately.
const Any& Ogre::GpuSharedParametersUsage::_getRenderSystemData |
( |
| ) |
const |
|
inline |
void Ogre::GpuSharedParametersUsage::_setRenderSystemData |
( |
const Any & |
data | ) |
const |
|
inline |
const String& Ogre::GpuSharedParametersUsage::getName |
( |
void |
| ) |
const |
|
inline |
void Ogre::GpuSharedParametersUsage::initCopyData |
( |
| ) |
|
|
protected |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
unsigned long Ogre::GpuSharedParametersUsage::mCopyDataVersion |
|
protected |
Any Ogre::GpuSharedParametersUsage::mRenderSystemData |
|
mutableprotected |
The documentation for this class was generated from the following file: