1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-01-30 22:52:14 +01:00

fixed level setting...

This commit is contained in:
yours3lf 2020-06-15 19:16:07 +01:00
parent 2a6438bd43
commit afa6104ba0

View File

@ -120,7 +120,7 @@ VKAPI_ATTR VkResult VKAPI_CALL RPIFUNC(vkAllocateCommandBuffers)(
pCommandBuffers[c]->dev = device;
pCommandBuffers[c]->level = pAllocateInfo[c].level;
pCommandBuffers[c]->level = pAllocateInfo->level;
pCommandBuffers[c]->shaderRecCount = 0;
pCommandBuffers[c]->usageFlags = 0;