mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
vk: Bump max number of suppported inline draw calls to 32k
- Surprisingly some games actually exhaust the entire 16k pool causing slowdown
This commit is contained in:
parent
2752cd1390
commit
6809d84a00
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <vector>
|
||||
#include <unordered_map>
|
||||
|
||||
#define DESCRIPTOR_MAX_DRAW_CALLS 16384
|
||||
#define DESCRIPTOR_MAX_DRAW_CALLS 32768
|
||||
|
||||
namespace vk
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue