mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 05:37:57 -05:00
shader: Implement SR_THREAD_KILL
This commit is contained in:
@ -107,6 +107,7 @@ public:
|
||||
|
||||
Id workgroup_id{};
|
||||
Id local_invocation_id{};
|
||||
Id is_helper_invocation{};
|
||||
Id subgroup_local_invocation_id{};
|
||||
Id subgroup_mask_eq{};
|
||||
Id subgroup_mask_lt{};
|
||||
|
Reference in New Issue
Block a user