mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V
This commit is contained in:
parent
e0f76f9eb9
commit
528cba63b6
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