MCPcopy 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
279void 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

glutDisplayMethod · 0.80
glutKeyboardMethod · 0.80

Calls 2

CleanupMethod · 0.80
opengles_shutdownFunction · 0.70

Tested by

no test coverage detected