mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 02:27:56 -05:00
shader: Properly manage attributes not written from previous stages
This commit is contained in:
@ -136,8 +136,6 @@ public:
|
||||
code += '\n';
|
||||
}
|
||||
|
||||
[[nodiscard]] bool StageInitializesVaryings() const noexcept;
|
||||
|
||||
std::string header;
|
||||
std::string code;
|
||||
VarAlloc var_alloc;
|
||||
|
Reference in New Issue
Block a user