Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ ExitSample
Method
ExitSample
Samples/NiUserSelection/SceneDrawer.cpp:279–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
void SceneDrawer::ExitSample(int exitCode)
280
{
281
#if USE_GLES
282
opengles_shutdown(display, surface, context);
283
#endif
284
m_pSample->Cleanup();
285
exit(exitCode);
286
}
287
288
289
Callers
2
glutDisplay
Method · 0.80
glutKeyboard
Method · 0.80
Calls
2
Cleanup
Method · 0.80
opengles_shutdown
Function · 0.70
Tested by
no test coverage detected