mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-09 08:35:03 -06: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
|
#define VK_DISABLE_COMPONENT_SWIZZLE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DESCRIPTOR_MAX_DRAW_CALLS 4096
|
#define DESCRIPTOR_MAX_DRAW_CALLS 16384
|
||||||
#define OCCLUSION_MAX_POOL_SIZE 8192
|
#define OCCLUSION_MAX_POOL_SIZE DESCRIPTOR_MAX_DRAW_CALLS
|
||||||
|
|
||||||
#define VERTEX_PARAMS_BIND_SLOT 0
|
#define VERTEX_PARAMS_BIND_SLOT 0
|
||||||
#define VERTEX_LAYOUT_BIND_SLOT 1
|
#define VERTEX_LAYOUT_BIND_SLOT 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user