summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-04-12 02:02:44 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:27 +0200
commit23b87147321d02abf47868f231f00f29b0d3b87d (patch)
treeeb5e8850d0fcf34a1cb301d431e6b591ecb9295d /src/shader_recompiler/shader_info.h
parentpipeline_helper: Simplify descriptor objects initialization (diff)
downloadyuzu-23b87147321d02abf47868f231f00f29b0d3b87d.tar
yuzu-23b87147321d02abf47868f231f00f29b0d3b87d.tar.gz
yuzu-23b87147321d02abf47868f231f00f29b0d3b87d.tar.bz2
yuzu-23b87147321d02abf47868f231f00f29b0d3b87d.tar.lz
yuzu-23b87147321d02abf47868f231f00f29b0d3b87d.tar.xz
yuzu-23b87147321d02abf47868f231f00f29b0d3b87d.tar.zst
yuzu-23b87147321d02abf47868f231f00f29b0d3b87d.zip
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
-rw-r--r--src/shader_recompiler/shader_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h
index aa204ae37..6a51aabb5 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -129,6 +129,7 @@ struct Info {
bool uses_subgroup_mask{};
bool uses_fswzadd{};
bool uses_typeless_image_reads{};
+ bool uses_typeless_image_writes{};
bool uses_shared_increment{};
bool uses_shared_decrement{};
bool uses_global_increment{};