mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Implement PIXLD.MY_INDEX
This commit is contained in:
parent
ca85ce444f
commit
cc96469019
14 changed files with 71 additions and 5 deletions
|
@ -149,6 +149,7 @@ public:
|
|||
Id workgroup_id{};
|
||||
Id local_invocation_id{};
|
||||
Id invocation_id{};
|
||||
Id sample_id{};
|
||||
Id is_helper_invocation{};
|
||||
Id subgroup_local_invocation_id{};
|
||||
Id subgroup_mask_eq{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue