Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.06k stars 511 forks source link

GPU memory leak #374

Closed cdwxx closed 5 months ago

cdwxx commented 5 months ago

After the window size changes, the GPU dedicated memory occupied will increase. Is there any way to solve this problem? Using 17 Swap Chain_ Recreation.cpp test, GPU memory will increase,

begin status: 1

After maximizing and restoring the window several times: 2

cdwxx commented 5 months ago

After the latest update of Win11, the GPU data in Task Manager is inaccurate. When using the "Process Explorer" tool to view it, the GPU data does not increase.