mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
glsl: WIP var forward declaration
to fix Loop control flow.
This commit is contained in:
parent
c797a0c5a5
commit
72974388fb
6 changed files with 60 additions and 49 deletions
|
@ -119,6 +119,7 @@ public:
|
|||
code += '\n';
|
||||
}
|
||||
|
||||
std::string header;
|
||||
std::string code;
|
||||
RegAlloc reg_alloc;
|
||||
const Info& info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue