mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 19:43:34 +00:00
shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user