mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 02:45:45 +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
|
@ -99,6 +99,7 @@ public:
|
|||
[[nodiscard]] U32 LocalInvocationIdZ();
|
||||
|
||||
[[nodiscard]] U32 InvocationId();
|
||||
[[nodiscard]] U32 SampleId();
|
||||
[[nodiscard]] U1 IsHelperInvocation();
|
||||
|
||||
[[nodiscard]] U32 LaneId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue