glsl: WIP var forward declaration

to fix Loop control flow.
This commit is contained in:
ameerj 2021-05-28 13:54:09 -04:00
parent 2a71333716
commit f6bbc76336
6 changed files with 60 additions and 49 deletions

View file

@ -119,6 +119,7 @@ public:
code += '\n';
}
std::string header;
std::string code;
RegAlloc reg_alloc;
const Info& info;