Predefined controller value for setting a single floating- point value in a constant parameter of a vertex or fragment program.
More...
|
| FloatGpuParameterControllerValue (GpuProgramParametersSharedPtr params, size_t index) |
| Constructor. More...
|
|
| ~FloatGpuParameterControllerValue () |
|
Real | getValue (void) 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) |
|
void | setValue (Real value) |
|
Predefined controller value for setting a single floating- point value in a constant parameter of a vertex or fragment program.
- Note
- Retrieving a value from the program parameters is not currently supported, therefore do not use this controller value as a source, only as a target.