summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorGravatar FernandoS272021-04-18 09:07:48 +0200
committerGravatar ameerj2021-07-22 21:51:28 -0400
commitf69d0b91ffad7d9ab827f55a9297b8f6da815cc9 (patch)
tree5b75418c9ca3fa934f68fe0772ae4e876f802a5b /src/shader_recompiler/shader_info.h
parentshader: Add coarse derivatives (diff)
downloadyuzu-f69d0b91ffad7d9ab827f55a9297b8f6da815cc9.tar.gz
yuzu-f69d0b91ffad7d9ab827f55a9297b8f6da815cc9.tar.xz
yuzu-f69d0b91ffad7d9ab827f55a9297b8f6da815cc9.zip
shader: Address feedback
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
-rw-r--r--src/shader_recompiler/shader_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h
index 3f22958e8..f808adeba 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -147,7 +147,7 @@ struct Info {
147 bool uses_subgroup_vote{}; 147 bool uses_subgroup_vote{};
148 bool uses_subgroup_mask{}; 148 bool uses_subgroup_mask{};
149 bool uses_fswzadd{}; 149 bool uses_fswzadd{};
150 bool uses_derivates{}; 150 bool uses_derivatives{};
151 bool uses_typeless_image_reads{}; 151 bool uses_typeless_image_reads{};
152 bool uses_typeless_image_writes{}; 152 bool uses_typeless_image_writes{};
153 bool uses_shared_increment{}; 153 bool uses_shared_increment{};