mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2025-01-31 23:52:14 +01:00
backup
This commit is contained in:
parent
044b3be14c
commit
861eed3f36
@ -54,7 +54,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 = 256;
|
||||
int consecutiveBlockNumber = 512;
|
||||
int consecutivePoolSize = consecutiveBlockNumber * consecutiveBlockSize;
|
||||
|
||||
static int counter = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user