shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V
This commit is contained in:
parent
8e9d253687
commit
a45baa0e78
3 changed files with 14 additions and 17 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue