I have captured a frame by FrameDebugger, and exported C++ capture.
By opening the exported C++ capture file ngfx-cppcap, i can only see the documents, i can not find the way to replay the info of FrameDebugger, such as Event, API, scrubber, etc.
Hi xuexq09,
Thank you for using Nsight Graphics and providing your feedback. Could you take a try by clicking on the ‘Build’ button, it will kick some build process and generate the replay binary. If everything goes smoothly, then you can click ‘Connect…’ button to re-launch the replay app for another Frame Debugger session.
Thanks
An
Thanks for your reply.
And how to see how many vertices and triangles are there in a captured frame?
I have tried this method, by clicking the “Connect…” button to re-launch the replay app The rendering of the frame is replayed, but the frame-related events, API, Scrubber and other information are not displayed.
Hi xuexq09,
Could you try to click Capture for Live Analysis
or press F11
to kick the capture process.
Thanks
An