glsl: Address rest of feedback
This commit is contained in:
@ -136,6 +136,8 @@ public:
|
||||
code += '\n';
|
||||
}
|
||||
|
||||
[[nodiscard]] bool StageInitializesVaryings() const noexcept;
|
||||
|
||||
std::string header;
|
||||
std::string code;
|
||||
VarAlloc var_alloc;
|
||||
|
Reference in New Issue
Block a user