mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2025-02-07 04:54:20 +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
|
//initial number of command buffers to hold
|
||||||
int numCommandBufs = 128;
|
int numCommandBufs = 128;
|
||||||
int consecutiveBlockSize = ARM_PAGE_SIZE;
|
int consecutiveBlockSize = ARM_PAGE_SIZE;
|
||||||
int consecutiveBlockNumber = 256;
|
int consecutiveBlockNumber = 512;
|
||||||
int consecutivePoolSize = consecutiveBlockNumber * consecutiveBlockSize;
|
int consecutivePoolSize = consecutiveBlockNumber * consecutiveBlockSize;
|
||||||
|
|
||||||
static int counter = 0;
|
static int counter = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user