mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 08:18:23 -05: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