diff options
Diffstat (limited to 'src/mesa/shader/slang/slang_compile.h')
-rw-r--r-- | src/mesa/shader/slang/slang_compile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_compile.h b/src/mesa/shader/slang/slang_compile.h index 8c7b96c9702..7695235c21c 100644 --- a/src/mesa/shader/slang/slang_compile.h +++ b/src/mesa/shader/slang/slang_compile.h @@ -60,7 +60,9 @@ typedef struct slang_translation_unit_ struct slang_machine_ *machine;
int free_machine;
slang_atom_pool *atom_pool;
- int free_atom_pool; + int free_atom_pool;
+ slang_export_data_table exp_data;
+ slang_active_uniforms uniforms; } slang_translation_unit; int slang_translation_unit_construct (slang_translation_unit *);
|