#include <RU_PixelFunctions.h>
|
bool | needAllComponents () const override |
|
RUVectorFunc | getVectorFunction () const override |
|
RUPixelFunc | getPixelFunction () const override |
|
void | getPixelShader (UT_String &frag_shader) override |
|
virtual bool | eachComponentDifferent () const |
|
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 372 of file RU_PixelFunctions.h.
RU_LookupClipFunc::RU_LookupClipFunc |
( |
const CL_Clip * |
clip | ) |
|
|
inline |
RUPixelFunc RU_LookupClipFunc::getPixelFunction |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
void RU_LookupClipFunc::getPixelShader |
( |
UT_String & |
frag_shader | ) |
|
|
overrideprotectedvirtual |
|
inlineoverrideprotectedvirtual |
bool RU_LookupClipFunc::needAllComponents |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
const CL_Clip* RU_LookupClipFunc::myClip |
|
protected |
The documentation for this class was generated from the following file: