glsl: Wip storage atomic ops

This commit is contained in:
ameerj
2021-05-24 18:35:37 -04:00
parent df793fc049
commit 3d9ecbe998
10 changed files with 414 additions and 327 deletions

View File

@ -48,7 +48,8 @@ static_assert(sizeof(Id) == sizeof(u32));
class RegAlloc {
public:
std::string Define(IR::Inst& inst, Type type = Type::Void);
std::string Define(IR::Inst& inst);
std::string Define(IR::Inst& inst, Type type);
std::string Consume(const IR::Value& value);