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.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 e9ebc16a4..a20e15d2e 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -140,7 +140,7 @@ struct Info {
140 bool stores_sample_mask{}; 140 bool stores_sample_mask{};
141 bool stores_frag_depth{}; 141 bool stores_frag_depth{};
142 142
143 std::array<bool, 32> stores_generics{}; 143 std::bitset<32> stores_generics{};
144 bool stores_layer{}; 144 bool stores_layer{};
145 bool stores_viewport_index{}; 145 bool stores_viewport_index{};
146 bool stores_point_size{}; 146 bool stores_point_size{};