1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-05 10:56:31 -05:00

shader: Address feedback

This commit is contained in:
FernandoS27
2021-04-18 09:07:48 +02:00
committed by ameerj
parent 080857b60e
commit f69d0b91ff
4 changed files with 4 additions and 7 deletions

View File

@@ -147,7 +147,7 @@ struct Info {
bool uses_subgroup_vote{};
bool uses_subgroup_mask{};
bool uses_fswzadd{};
bool uses_derivates{};
bool uses_derivatives{};
bool uses_typeless_image_reads{};
bool uses_typeless_image_writes{};
bool uses_shared_increment{};