mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-22 23:25:45 +00:00
glsl: Wip storage atomic ops
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user