I make a program using SharpDX and I want to debug some compute shader and profile Direct2D calls.
Firstly I tried Microsoft PIX but I cannot debug compute shader with source code. Direct2D calls were captured, in converted forms to Direct3D.
Then I found Nsight, and tried but Nsight cannot capture Direct2D API calls on my program (even in converted forms). Compute shader calls were captured with source code.
I know my program may have problem to be correctly captured, so I want to make sure whether Nsight Graphics does support Direct2D or not.
I tried Nsight Graphics 2021.1.1.0, uses Direct3D 11.2 and Direct2D 1.2 on Windows 10 version 2004.
Thank you in advance.