DebugGL, how can I get rid of a specific warning?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

DebugGL, how can I get rid of a specific warning?

elect
Given this one

http://stackoverflow.com/questions/12004396/opengl-debug-context-performance-warning

I would like to know how I can get rid of that warning..

Under Tools->Options->Editor->Hints there is nothing about..
Reply | Threaded
Open this post in threaded view
|

Re: DebugGL, how can I get rid of a specific warning?

gouessej
Administrator
Hi

The very last advise seems wise, just call glUseProgram(0) at the end of your display() method, it should work.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: DebugGL, how can I get rid of a specific warning?

elect
gouessej wrote
Hi

The very last advise seems wise, just call glUseProgram(0) at the end of your display() method, it should work.
I do that already. The problem seems to be unknown

"I always get this warning on NVIDIA cards. I have no idea what it means, nor do I have any idea how to correct it. And thus far, NVIDIA doesn't seem to keen on explaining what the problem is. "

So the only solution I see is to ignore it but I dont know how, I still want the DebugGL except that