When trying to run graphics debugging on my application I get the error “Unsupported operation encountered:”, and in the log the report is:
glTexImage2D (internalFormat = 0x00000004)
I call glTexImage2D several times in my application. Everything seems to run fine in the application itself, so I don’t know why Nsight complains about it. Help?
I can repro the issue locally, and I’ve created an internal bug to track it.
It shouldn’t block the use of graphics debugging, just click the menu nsight->pause&capture frame, click “OK” button on the popped up window, then the frame was captured.