mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
shader: Properly manage attributes not written from previous stages
This commit is contained in:
parent
ebd1146ea7
commit
c4a71824d5
12 changed files with 62 additions and 41 deletions
|
@ -136,8 +136,6 @@ 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