mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:17:56 -05:00
shader: Implement SHFL
This commit is contained in:
@ -56,6 +56,7 @@ struct Info {
|
||||
|
||||
bool uses_workgroup_id{};
|
||||
bool uses_local_invocation_id{};
|
||||
bool uses_subgroup_invocation_id{};
|
||||
|
||||
std::array<bool, 32> loads_generics{};
|
||||
bool loads_position{};
|
||||
|
Reference in New Issue
Block a user