begun adding uniform hooks

This commit is contained in:
Areloch 2017-10-07 14:36:58 -05:00
parent 512c4515fc
commit 5019478aad
3 changed files with 64 additions and 3 deletions

View file

@ -386,6 +386,7 @@ public:
virtual bool writeField( StringTableEntry fieldname, const char *value );
static bool protectedSetCustomShaderFeature(void *object, const char *index, const char *data);
static bool protectedSetCustomShaderFeatureUniforms(void *object, const char *index, const char *data);
//
// ConsoleObject interface