Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ close
Method
close
framework/platform/android/android_window.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void AndroidWindow::close()
65
{
66
GameActivity_finish(platform->get_activity());
67
finish_called = true;
68
}
69
70
float AndroidWindow::get_dpi_factor() const
71
{
Callers
nothing calls this directly
Calls
1
get_activity
Method · 0.80
Tested by
no test coverage detected