mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2024-12-03 15:24:13 +01:00
hack to make vkquake3 work
This commit is contained in:
parent
24c387abb8
commit
54bc44e309
@ -48,7 +48,8 @@ VKAPI_ATTR VkResult VKAPI_CALL rpi_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;
|
//TODO uniforms might need to realloc, which should be handled properly
|
||||||
|
int consecutiveBlockSize = ARM_PAGE_SIZE * 20;
|
||||||
int consecutiveBlockNumber = 64;
|
int consecutiveBlockNumber = 64;
|
||||||
//int numCommandBufs = 30;
|
//int numCommandBufs = 30;
|
||||||
//int consecutiveBlockSize = getCPABlockSize(256);
|
//int consecutiveBlockSize = getCPABlockSize(256);
|
||||||
|
Loading…
Reference in New Issue
Block a user