Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
static void restoreOpenGLState()
308
{
309
glPopClientAttrib();
310
glPopAttrib();
311
}
312
313
static void saveOpenGLState(int screenWidth, int screenHeight)
314
{
Callers
3
drawText3D
Method · 0.70
main
Function · 0.50
update
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected