I want to find out which GPU is used by a process.
Since the Fall Creators Update the windows Task-Manager shows the used GPU per process:
Is there a way to get this information in C++?
I tried to search already existing solutions but did not find one. I am aware, that you can get the current adapter using IDXGIDevice::GetAdapter but I want to get the adapter which is used by another process.