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

shader: Implement fine derivates constant propagation

This commit is contained in:
FernandoS27
2021-04-17 11:56:45 +02:00
committed by ameerj
parent f18a6dd1bd
commit 04c459fc8d
9 changed files with 101 additions and 0 deletions

View File

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