I am using Nsight Graphics 2023.2 to debug my Vulkan 1.3 program, which works well. But when I click the "VS" in API inspector to check my vertex shader stage information, I can see the Nsight Program is using more and more memory from Windows Task Manager, finally my computer went shutdown. Since it is directly lead to a shutdown, I can't provide a crash report. QAQ
I have tried to modify my shader and reduce the data transferred from CPU to GPU, but it seems like useless.