summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
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 f97730b34..3d9f04d1a 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -80,6 +80,7 @@ struct Info {
80 bool uses_sampled_1d{}; 80 bool uses_sampled_1d{};
81 bool uses_sparse_residency{}; 81 bool uses_sparse_residency{};
82 bool uses_demote_to_helper_invocation{}; 82 bool uses_demote_to_helper_invocation{};
83 bool uses_subgroup_vote{};
83 84
84 IR::Type used_constant_buffer_types{}; 85 IR::Type used_constant_buffer_types{};
85 86