mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 19:43:34 +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