mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2025-02-20 17:54:17 +01:00
needed more space
This commit is contained in:
parent
ee1d6b44b7
commit
1d1b16465c
@ -52,7 +52,7 @@ VKAPI_ATTR VkResult VKAPI_CALL RPIFUNC(vkCreateCommandPool)(
|
||||
//initial number of command buffers to hold
|
||||
int numCommandBufs = 128;
|
||||
int consecutiveBlockSize = ARM_PAGE_SIZE;
|
||||
int consecutiveBlockNumber = 64;
|
||||
int consecutiveBlockNumber = 256;
|
||||
int consecutivePoolSize = consecutiveBlockNumber * consecutiveBlockSize;
|
||||
|
||||
static int counter = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user