glsl: Address rest of feedback

This commit is contained in:
ameerj 2021-06-15 17:23:57 -04:00
parent 52bd1d7788
commit 1d2c13fd7b
11 changed files with 86 additions and 38 deletions

View file

@ -136,6 +136,8 @@ public:
code += '\n';
}
[[nodiscard]] bool StageInitializesVaryings() const noexcept;
std::string header;
std::string code;
VarAlloc var_alloc;