mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
GPU: Make Vulkan transfer buffers dedicated allocs
This commit is contained in:
parent
1c2189c7c9
commit
44f1ec35c4
1 changed files with 1 additions and 1 deletions
|
@ -6822,7 +6822,7 @@ static SDL_GPUTransferBuffer *VULKAN_CreateTransferBuffer(
|
|||
(VkDeviceSize)size,
|
||||
0,
|
||||
VULKAN_BUFFER_TYPE_TRANSFER,
|
||||
usage == SDL_GPU_TRANSFERBUFFERUSAGE_DOWNLOAD,
|
||||
true,
|
||||
debugName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue