mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
glsl: Address rest of feedback
This commit is contained in:
parent
52bd1d7788
commit
1d2c13fd7b
11 changed files with 86 additions and 38 deletions
|
@ -136,6 +136,8 @@ public:
|
|||
code += '\n';
|
||||
}
|
||||
|
||||
[[nodiscard]] bool StageInitializesVaryings() const noexcept;
|
||||
|
||||
std::string header;
|
||||
std::string code;
|
||||
VarAlloc var_alloc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue