summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-04-01 17:17:54 +0200
committerLiam <byteslice@airmail.cc>2022-04-01 17:17:54 +0200
commita45baa0e786148f41394fc819108649d8eb6ba3a (patch)
treef8ac1c5f1ebd2a02662c65affe96deb504d666ea /src/shader_recompiler/shader_info.h
parentMerge pull request #8107 from german77/fullscreen (diff)
downloadyuzu-a45baa0e786148f41394fc819108649d8eb6ba3a.tar
yuzu-a45baa0e786148f41394fc819108649d8eb6ba3a.tar.gz
yuzu-a45baa0e786148f41394fc819108649d8eb6ba3a.tar.bz2
yuzu-a45baa0e786148f41394fc819108649d8eb6ba3a.tar.lz
yuzu-a45baa0e786148f41394fc819108649d8eb6ba3a.tar.xz
yuzu-a45baa0e786148f41394fc819108649d8eb6ba3a.tar.zst
yuzu-a45baa0e786148f41394fc819108649d8eb6ba3a.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 9d36bd9eb..c14856dd0 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -105,6 +105,7 @@ struct ImageDescriptor {
using ImageDescriptors = boost::container::small_vector<ImageDescriptor, 4>;
struct Info {
+ static constexpr size_t MAX_INDIRECT_CBUFS{16};
static constexpr size_t MAX_CBUFS{18};
static constexpr size_t MAX_SSBOS{32};