early-access version 2376

This commit is contained in:
pineappleEA
2022-01-06 02:37:24 +01:00
parent 06dd8e52d9
commit 9eecae303d
24 changed files with 8016 additions and 7156 deletions

View File

@@ -131,7 +131,6 @@ std::string VarAlloc::AddDefine(IR::Inst& inst, GlslVarType type) {
} else {
return "";
}
return Representation(inst.Definition<Id>());
}
std::string VarAlloc::Consume(const IR::Value& value) {