diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h index dca7205c3b..a3a09c71c9 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{15}; + static constexpr size_t MAX_INDIRECT_CBUFS{14}; static constexpr size_t MAX_CBUFS{18}; static constexpr size_t MAX_SSBOS{32};