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,
|
(VkDeviceSize)size,
|
||||||
0,
|
0,
|
||||||
VULKAN_BUFFER_TYPE_TRANSFER,
|
VULKAN_BUFFER_TYPE_TRANSFER,
|
||||||
usage == SDL_GPU_TRANSFERBUFFERUSAGE_DOWNLOAD,
|
true,
|
||||||
debugName);
|
debugName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue