mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:08:22 -05:00
glasm: Implement shuffle and vote instructions on GLASM
This commit is contained in:
@ -116,6 +116,7 @@ struct Info {
|
||||
bool uses_sample_id{};
|
||||
bool uses_is_helper_invocation{};
|
||||
bool uses_subgroup_invocation_id{};
|
||||
bool uses_subgroup_shuffles{};
|
||||
std::array<bool, 30> uses_patches{};
|
||||
|
||||
std::array<InputVarying, 32> input_generics{};
|
||||
|
Reference in New Issue
Block a user