vk: Bump compute descriptor pool size to 8k
- TODO: This should be dynamic.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "VKRenderPass.h"
|
||||
#include "vkutils/buffer_object.h"
|
||||
|
||||
#define VK_MAX_COMPUTE_TASKS 4096 // Max number of jobs per frame
|
||||
#define VK_MAX_COMPUTE_TASKS 8192 // Max number of jobs per frame
|
||||
|
||||
namespace vk
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user