changeset 1042 | cb6659f80bb9 |
parent 1040 | 053626102255 |
child 1043 | 6227066350b4 |
--- a/mojoshader.h Wed Jun 01 02:11:57 2011 -0400 +++ b/mojoshader.h Wed Jun 01 02:14:12 2011 -0400 @@ -422,6 +422,8 @@ unsigned int literal_count; double *literals; unsigned int temp_count; /* scalar, not vector! */ + unsigned int symbol_count; + MOJOSHADER_symbol *symbols; unsigned int instruction_count; MOJOSHADER_preshaderInstruction *instructions; } MOJOSHADER_preshader;