mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-26 12:42:41 +01:00
vk: Bump max number of allocated draw calls from 4k to 16k
This commit is contained in:
parent
85920253b3
commit
dc749d3975
@ -31,8 +31,8 @@
|
||||
#define VK_DISABLE_COMPONENT_SWIZZLE 0
|
||||
#endif
|
||||
|
||||
#define DESCRIPTOR_MAX_DRAW_CALLS 4096
|
||||
#define OCCLUSION_MAX_POOL_SIZE 8192
|
||||
#define DESCRIPTOR_MAX_DRAW_CALLS 16384
|
||||
#define OCCLUSION_MAX_POOL_SIZE DESCRIPTOR_MAX_DRAW_CALLS
|
||||
|
||||
#define VERTEX_PARAMS_BIND_SLOT 0
|
||||
#define VERTEX_LAYOUT_BIND_SLOT 1
|
||||
|
Loading…
Reference in New Issue
Block a user