add comment
continuous-integration/drone/push Build is passing Details

pull/41/head
cosmonaut 2023-05-16 18:21:30 -07:00
parent 994f5dc0b9
commit 48761bba56
1 changed files with 2 additions and 0 deletions

View File

@ -10096,6 +10096,8 @@ static void VULKAN_INTERNAL_CleanCommandBuffer(
commandBuffer->boundUniformBufferCount = 0;
/* Clean up transfer buffers */
for (i = 0; i < commandBuffer->transferBufferCount; i += 1)
{
if (commandBuffer->transferBuffers[i]->fromPool)