|
@@ -9408,6 +9408,8 @@ static bool VULKAN_INTERNAL_AllocateCommandBuffer(
|
|
commandBuffer->usedUniformBuffers = SDL_malloc(
|
|
commandBuffer->usedUniformBuffers = SDL_malloc(
|
|
commandBuffer->usedUniformBufferCapacity * sizeof(VulkanUniformBuffer *));
|
|
commandBuffer->usedUniformBufferCapacity * sizeof(VulkanUniformBuffer *));
|
|
|
|
|
|
|
|
+ commandBuffer->swapchainRequested = false;
|
|
|
|
+
|
|
// Pool it!
|
|
// Pool it!
|
|
|
|
|
|
vulkanCommandPool->inactiveCommandBuffers[vulkanCommandPool->inactiveCommandBufferCount] = commandBuffer;
|
|
vulkanCommandPool->inactiveCommandBuffers[vulkanCommandPool->inactiveCommandBufferCount] = commandBuffer;
|