mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 13:27:56 -05:00
glsl: WIP var forward declaration
to fix Loop control flow.
This commit is contained in:
@ -119,6 +119,7 @@ public:
|
||||
code += '\n';
|
||||
}
|
||||
|
||||
std::string header;
|
||||
std::string code;
|
||||
RegAlloc reg_alloc;
|
||||
const Info& info;
|
||||
|
Reference in New Issue
Block a user