summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorGravatar Liam2022-03-17 13:30:21 -0400
committerGravatar Liam2022-03-17 13:30:21 -0400
commite228a40db807c20a2484169bd0a1447a081ea1ce (patch)
treecd69df019ebf505189e5ee897ae042f9bc131119 /src/shader_recompiler/shader_info.h
parentAddress review comments (diff)
downloadyuzu-e228a40db807c20a2484169bd0a1447a081ea1ce.tar.gz
yuzu-e228a40db807c20a2484169bd0a1447a081ea1ce.tar.xz
yuzu-e228a40db807c20a2484169bd0a1447a081ea1ce.zip
shader_recompiler: Use functions for indirect const buffer accesses
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 9f375c30e..9cff2e42d 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -173,6 +173,7 @@ struct Info {
173 bool uses_atomic_image_u32{}; 173 bool uses_atomic_image_u32{};
174 bool uses_shadow_lod{}; 174 bool uses_shadow_lod{};
175 bool uses_rescaling_uniform{}; 175 bool uses_rescaling_uniform{};
176 bool uses_cbuf_indirect{};
176 177
177 IR::Type used_constant_buffer_types{}; 178 IR::Type used_constant_buffer_types{};
178 IR::Type used_storage_buffer_types{}; 179 IR::Type used_storage_buffer_types{};