mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
vk: Bump max number of allocated draw calls from 4k to 16k
This commit is contained in:
parent
85920253b3
commit
dc749d3975
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue