MCPcopy Create free account
hub / github.com/android/ndk-samples / KillGraphics

Method KillGraphics

endless-tunnel/app/src/main/cpp/scene_manager.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void SceneManager::KillGraphics() {
82 if (mHasGraphics) {
83 LOGD("SceneManager: killing graphics.");
84 mHasGraphics = false;
85 if (mCurScene) {
86 mCurScene->OnKillGraphics();
87 }
88 }
89}
90
91void SceneManager::StartGraphics() {
92 if (!mHasGraphics) {

Callers 2

OnKillGraphicsMethod · 0.45
KillGLObjectsMethod · 0.45

Calls 1

OnKillGraphicsMethod · 0.45

Tested by

no test coverage detected