From 7d5a38ea6cb692cdeb5565b36b283d1a34d5d27f Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 1 Apr 2022 17:08:40 -0400 Subject: shader_compiler: support const buffer indirect addressing in GLSL --- src/shader_recompiler/shader_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shader_recompiler/shader_info.h') diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h index c14856dd0..dca7205c3 100644 --- a/src/shader_recompiler/shader_info.h +++ b/src/shader_recompiler/shader_info.h @@ -105,7 +105,7 @@ struct ImageDescriptor { using ImageDescriptors = boost::container::small_vector; struct Info { - static constexpr size_t MAX_INDIRECT_CBUFS{16}; + static constexpr size_t MAX_INDIRECT_CBUFS{15}; static constexpr size_t MAX_CBUFS{18}; static constexpr size_t MAX_SSBOS{32}; -- cgit v1.2.3