summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-03-17 19:45:38 +0100
committerLiam <byteslice@airmail.cc>2022-03-17 19:48:18 +0100
commit3009d0bd7d30b341a8697d85d9d42a9ee4910d19 (patch)
treec00cb183d00f673185e69fa0d4094b34bcabbe12 /src/shader_recompiler/shader_info.h
parentshader_recompiler: Use functions for indirect const buffer accesses (diff)
downloadyuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.tar
yuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.tar.gz
yuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.tar.bz2
yuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.tar.lz
yuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.tar.xz
yuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.tar.zst
yuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.zip
Diffstat (limited to '')
-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 9cff2e42d..9d36bd9eb 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -177,6 +177,7 @@ struct Info {
IR::Type used_constant_buffer_types{};
IR::Type used_storage_buffer_types{};
+ IR::Type used_indirect_cbuf_types{};
u32 constant_buffer_mask{};
std::array<u32, MAX_CBUFS> constant_buffer_used_sizes{};