Simple question, but I can’t see how to do this in Nsight Graphics.
- Q: In the Frame Debugger, on a Draw Call, how do I save the current graphics API context state to-disk (text format)? I’m interested in this for OpenGL.
What I’d like to do here is diff the context state between two points in a frame.
Thanks in advance for any suggestions!