Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenGL profiling
07-12-2013, 07:37 AM
Post: #2
RE: OpenGL profiling
Restore is used when the state has been altered externally, thus no way to know what may have changed. It was kind of required when I implemented it, now, don't know if that's still the case.
If there are redundant calls, then you could break on them in gDebugger and see where they come from. Or grep through the code to search who is calling glViewport and not going through our state tracker.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
OpenGL profiling - [Unknown] - 07-10-2013, 08:23 AM
RE: OpenGL profiling - Orphis - 07-12-2013 07:37 AM

Forum Jump: