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:
@@ -9,7 +9,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
#define DESCRIPTOR_MAX_DRAW_CALLS 16384
|
#define DESCRIPTOR_MAX_DRAW_CALLS 32768
|
||||||
|
|
||||||
namespace vk
|
namespace vk
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user