summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-04-23 01:32:38 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:29 +0200
commit155be4a8d3992abc25ee0a887212e33c2cc17155 (patch)
tree2cdfaaa1db37a7a6175936d65f3be8929ac13588
parentshader: Remove identity removal pass for better build times (diff)
downloadyuzu-155be4a8d3992abc25ee0a887212e33c2cc17155.tar
yuzu-155be4a8d3992abc25ee0a887212e33c2cc17155.tar.gz
yuzu-155be4a8d3992abc25ee0a887212e33c2cc17155.tar.bz2
yuzu-155be4a8d3992abc25ee0a887212e33c2cc17155.tar.lz
yuzu-155be4a8d3992abc25ee0a887212e33c2cc17155.tar.xz
yuzu-155be4a8d3992abc25ee0a887212e33c2cc17155.tar.zst
yuzu-155be4a8d3992abc25ee0a887212e33c2cc17155.zip
-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 0f28ae07b..cb1969b3a 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -107,7 +107,7 @@ using ImageDescriptors = boost::container::small_vector<ImageDescriptor, 4>;
struct Info {
static constexpr size_t MAX_CBUFS{18};
- static constexpr size_t MAX_SSBOS{16};
+ static constexpr size_t MAX_SSBOS{32};
bool uses_workgroup_id{};
bool uses_local_invocation_id{};