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.
|
|
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, const char *, int, const char *) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
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, void *ptr) |
| placement operator new
|
|
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
|
|
This class records the usage of a set of shared parameters in a concrete set of GpuProgramParameters.
◆ GpuSharedParametersUsage()
◆ _copySharedParamsToTargetParams()
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.
◆ _getRenderSystemData()
const Any & Ogre::GpuSharedParametersUsage::_getRenderSystemData |
( |
| ) |
const |
|
inline |
Internal method that the RenderSystem might use to store optional data.
◆ _setRenderSystemData()
void Ogre::GpuSharedParametersUsage::_setRenderSystemData |
( |
const Any & |
data | ) |
const |
|
inline |
Internal method that the RenderSystem might use to store optional data.
◆ getName()
const String & Ogre::GpuSharedParametersUsage::getName |
( |
| ) |
const |
|
inline |
◆ getSharedParams()
◆ getTargetParams()
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
operator new, with debug line info
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
array operator new, with debug line info
The documentation for this class was generated from the following file: