|
| GpuSharedParametersUsage (GpuSharedParametersPtr sharedParams, GpuProgramParameters *params) |
| Construct usage.
|
|
void | _copySharedParamsToTargetParams () |
| Update the target parameters by copying the data from the shared parameters.
|
|
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.