NSight 5.5 error at Pause and Capture frame

Hi guys,

I’m debugging a large visual studio solution. For some reason when I’m launch Nsight Graphics Debugger and want to capture frame I get the following error message:

glEnableVertexAttribArray (No VAO is bound as required in GL Core Profile),
glVertexAttribPointer (No VAO is bound as required in GL Core Profile)

Is there anything you can suggest?

Hi giron3s,

If you want to ignore this error and capture frame, you can click in VS menu: Nsight → Capture frame, there will be a warning dialog showing up, click OK.
Otherwise, you can modify your code to bind VAO.