summaryrefslogtreecommitdiff
path: root/rsScriptC.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsScriptC.h')
-rw-r--r--rsScriptC.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rsScriptC.h b/rsScriptC.h
index ad0e3ee1..60a6fba1 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -68,11 +68,13 @@ public:
ScriptC::Program_t mProgram;
Script::Enviroment_t mEnviroment;
- Vector<const Type *> mConstantBufferTypes;
+ ObjectBaseRef<const Type> mConstantBufferTypes[MAX_SCRIPT_BANKS];
+ uint32_t mConstantTypeCount;
void clear();
void runCompiler(Context *rsc);
void appendVarDefines(String8 *str);
+ void appendTypes(String8 *str);
struct SymbolTable_t {
const char * mName;