mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
begun adding uniform hooks
This commit is contained in:
parent
512c4515fc
commit
5019478aad
3 changed files with 64 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue