mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 03:57:56 -05:00
glasm: Implement shuffle and vote instructions on GLASM
This commit is contained in:
@ -45,6 +45,8 @@ public:
|
||||
|
||||
std::string code;
|
||||
RegAlloc reg_alloc{*this};
|
||||
|
||||
std::string_view stage_name = "invalid";
|
||||
};
|
||||
|
||||
} // namespace Shader::Backend::GLASM
|
||||
|
Reference in New Issue
Block a user