|
HDK
|
#include <VCC_Utils.h>
Classes | |
| class | ShaderInfo |
| Information about the VEX shader. More... | |
| class | ShaderParmInfo |
| Information about VEX shader parameter. More... | |
Static Public Member Functions | |
| template<VEX_Precision PREC> | |
| static CVEX_Function | preloadLocalFunction (CVEX_ContextT< PREC > &context, const UT_WorkBuffer &source_code, int node_id=-1) |
| static bool | getShaderInfoFromFile (VCC_Utils::ShaderInfo &info, const UT_StringRef &file) |
| Returns information about VEX shader given the shader file path. More... | |
| static bool | getShaderInfoFromCode (VCC_Utils::ShaderInfo &info, const UT_StringRef &code) |
| Returns information about VEX shader given the shader source code. More... | |
Definition at line 24 of file VCC_Utils.h.
|
static |
Returns information about VEX shader given the shader source code.
|
static |
Returns information about VEX shader given the shader file path.
|
static |