This commit is contained in:
2026-03-27 18:08:08 +09:00
parent 99e1d49a4b
commit a7df635f66
8 changed files with 133 additions and 152 deletions
+1
View File
@@ -93,6 +93,7 @@ Java_bums_lunatic_launcher_wall_NativeRenderer_nativeStartRenderLoop(JNIEnv* env
LOGE("Could not get ANativeWindow from Surface.");
return;
}
ANativeWindow_setBuffersGeometry(window, 0, 0, WINDOW_FORMAT_RGBA_8888);
renderer->startRenderLoop(window);
ANativeWindow_release(window);
}