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

Method KillGLObjects

endless-tunnel/app/src/main/cpp/native_engine.cpp:411–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void NativeEngine::KillGLObjects() {
412 if (mHasGLObjects) {
413 SceneManager* mgr = SceneManager::GetInstance();
414 mgr->KillGraphics();
415 mHasGLObjects = false;
416 }
417}
418
419void NativeEngine::KillSurface() {
420 LOGD("NativeEngine: killing surface.");

Callers

nothing calls this directly

Calls 1

KillGraphicsMethod · 0.45

Tested by

no test coverage detected