fix transfer flush submission

submit_rewrite
cosmonaut 2021-01-20 17:16:43 -08:00
parent 3205d8895c
commit 6a1c2aa9bf
1 changed files with 2 additions and 2 deletions

View File

@ -5902,7 +5902,7 @@ static void VULKAN_INTERNAL_FlushTransfers(
renderer->transferQueue,
1,
&transferSubmitInfo,
NULL
renderer->inFlightFence
);
if (vulkanResult != VK_SUCCESS)
@ -5962,7 +5962,7 @@ static void VULKAN_SetTextureData(
SDL_memcpy(
stagingBufferPointer,
data,
data,
dataLengthInBytes
);