HDK
|
#include <VEX_RslResolver.h>
Static Public Member Functions | |
static bool | canResolveShader (UT_String &shader) |
static bool | resolveShader (UT_String &shader, int context_type) |
![]() | |
static void | patchShader (UT_String &shader, const char *path) |
static void | setCachePath (const char *path) |
static const char * | getCachePath () |
Protected Member Functions | |
VEX_OslResolver () | |
~VEX_OslResolver () override | |
![]() | |
virtual | ~VEX_RibResolver () |
virtual bool | canResolve (const char *shader)=0 |
virtual bool | doResolve (UT_String &shader, int context_type)=0 |
Static Protected Member Functions | |
static VEX_OslResolver * | getOslResolver (const char *shader) |
Definition at line 58 of file VEX_RslResolver.h.
|
protected |
|
overrideprotected |
|
static |
|
staticprotected |