mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2024-12-02 14:24:14 +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
|
||||
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 numCommandBufs = 30;
|
||||
//int consecutiveBlockSize = getCPABlockSize(256);
|
||||
|
Loading…
Reference in New Issue
Block a user