From 1d1b16465cd89c774d37f1580c70f28bf2dc38e1 Mon Sep 17 00:00:00 2001 From: yours3lf <0.tamas.marton@gmail.com> Date: Thu, 4 Jun 2020 21:55:51 +0100 Subject: [PATCH] needed more space --- driver/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/command.c b/driver/command.c index 9c3049e..69d81c3 100644 --- a/driver/command.c +++ b/driver/command.c @@ -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;