thatcosmonaut / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
1 stars 1 forks source link

Vulkan: Buffer memory type refinement #18

Closed thatcosmonaut closed 1 month ago

thatcosmonaut commented 1 month ago

It should now be clearer which memory types are being chosen for specific purposes. Transfer buffers now request VK_MEMORY_PROPERTY_HOST_CACHED_BIT which should speed things up too.

Fixes: https://github.com/thatcosmonaut/SDL/issues/15