mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:17:56 -05:00
shader: Implement fine derivates constant propagation
This commit is contained in:
@ -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{};
|
||||
|
Reference in New Issue
Block a user