diff options
| author | FernandoS27 <fsahmkow27@gmail.com> | 2021-04-18 09:07:48 +0200 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:28 -0400 |
| commit | f69d0b91ffad7d9ab827f55a9297b8f6da815cc9 (patch) | |
| tree | 5b75418c9ca3fa934f68fe0772ae4e876f802a5b /src/shader_recompiler/shader_info.h | |
| parent | 080857b60e78836901cf6e9601f48613812fcd04 (diff) | |
shader: Address feedback
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
| -rw-r--r-- | src/shader_recompiler/shader_info.h | 2 |
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 { 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{}; |
