GPU: Make Vulkan transfer buffers dedicated allocs

This commit is contained in:
cosmonaut 2025-02-10 12:24:26 -08:00 committed by Sam Lantinga
parent 1c2189c7c9
commit 44f1ec35c4

View file

@ -6822,7 +6822,7 @@ static SDL_GPUTransferBuffer *VULKAN_CreateTransferBuffer(
(VkDeviceSize)size,
0,
VULKAN_BUFFER_TYPE_TRANSFER,
usage == SDL_GPU_TRANSFERBUFFERUSAGE_DOWNLOAD,
true,
debugName);
}