shader: Implement PIXLD.MY_INDEX

This commit is contained in:
ReinUsesLisp 2021-04-16 17:22:59 -03:00 committed by ameerj
parent f3473c5143
commit 95815a3883
14 changed files with 71 additions and 5 deletions

View file

@ -102,6 +102,7 @@ struct Info {
bool uses_workgroup_id{};
bool uses_local_invocation_id{};
bool uses_invocation_id{};
bool uses_sample_id{};
bool uses_is_helper_invocation{};
bool uses_subgroup_invocation_id{};
std::array<bool, 30> uses_patches{};