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:
parent
2a6438bd43
commit
afa6104ba0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user