MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / restoreOpenGLState

Function restoreOpenGLState

examples/OpenGLWindow/SimpleOpenGL2App.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307static void restoreOpenGLState()
308{
309 glPopClientAttrib();
310 glPopAttrib();
311}
312
313static void saveOpenGLState(int screenWidth, int screenHeight)
314{

Callers 3

drawText3DMethod · 0.70
mainFunction · 0.50
updateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected