mirror of https://github.com/libsdl-org/SDL.git
GPU: Make Vulkan transfer buffers dedicated allocs
This commit is contained in:
parent
1c2189c7c9
commit
44f1ec35c4
|
|
@ -6822,7 +6822,7 @@ static SDL_GPUTransferBuffer *VULKAN_CreateTransferBuffer(
|
|||
(VkDeviceSize)size,
|
||||
0,
|
||||
VULKAN_BUFFER_TYPE_TRANSFER,
|
||||
usage == SDL_GPU_TRANSFERBUFFERUSAGE_DOWNLOAD,
|
||||
true,
|
||||
debugName);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue