#include <RU_PixelFunctions.h>
|
bool | eachComponentDifferent () const override |
|
bool | needAllComponents () const override |
|
RUPixelFunc | getPixelFunction () const override |
|
RUVectorFunc | getVectorFunction () const override |
|
virtual void | getPixelShader (UT_String &frag_shader) |
|
void | addConstant (const char *name, UT_GPUType type, int vectorsize, const void *data, int array_size=1) |
|
void | addLocal (const char *name, UT_GPUType type, int vectorsize) |
|
void | addArray (const char *name, UT_GPUType type, int vectorsize, int width, int height, const void *data) |
|
void | addArray (const char *name, UT_GPUType type, int vectorsize, int width, int height, const void *data1, const void *data2, const void *data3, const void *data4) |
|
void | addFunction (const char *function_name, const char *code) |
|
void | usesGlobal (const char *name) |
|
int | getFunctionIndex () const |
|
int | getNumComps () const |
|
Definition at line 390 of file RU_PixelFunctions.h.
RU_LookupTableFunc::RU_LookupTableFunc |
( |
PXL_Lookup * |
table | ) |
|
|
inline |
RU_LookupTableFunc::~RU_LookupTableFunc |
( |
| ) |
|
|
inlineoverride |
bool RU_LookupTableFunc::eachComponentDifferent |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
RUPixelFunc RU_LookupTableFunc::getPixelFunction |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
RUVectorFunc RU_LookupTableFunc::getVectorFunction |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
bool RU_LookupTableFunc::needAllComponents |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: