shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V

This commit is contained in:
Liam 2022-04-01 11:17:54 -04:00
parent 8e9d253687
commit a45baa0e78
3 changed files with 14 additions and 17 deletions

View file

@ -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};