add basic support for title installing
This commit is contained in:
@@ -1008,6 +1008,10 @@ void App::Draw() {
|
||||
this->queue.presentImage(this->swapchain, slot);
|
||||
}
|
||||
|
||||
auto App::GetApp() -> App* {
|
||||
return g_app;
|
||||
}
|
||||
|
||||
auto App::GetVg() -> NVGcontext* {
|
||||
return g_app->vg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user