Buffer management with Vulkan : transfer, Staging buffer
Hi guys ! I keep my promise and I am coming with explanations and implementation on how to use and manage one (or several) buffer in Vulkan application. How I manage my resources ? shared_ptr? Firstly, I have a way to manage Vulkan resource that is a bit weird. The idea is to “emulate” the […]
Vulkan (Barriers, Buffers, memory, Vulkan)