aL placeholder until loops are implemented.

This commit is contained in:
Ben Vanik
2015-12-06 00:53:25 -08:00
parent 51a8002629
commit 083f936bbc
2 changed files with 4 additions and 0 deletions

View File

@@ -282,6 +282,8 @@ void main() {
EmitSource(" bool p0 = false;\n");
// Address register when using absolute addressing.
EmitSource(" int a0 = 0;\n");
// TODO(benvanik): remove when loops are implemented.
EmitSource(" int aL = 0;\n"); // Hack!
// Temps for source register values.
EmitSource(" vec4 src0;\n");
EmitSource(" vec4 src1;\n");