MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / AndroidWindow

Method AndroidWindow

framework/platform/android/android_window.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace vkb
23{
24AndroidWindow::AndroidWindow(AndroidPlatform *platform, ANativeWindow *&window, const Window::Properties &properties) :
25 Window(properties),
26 handle{window},
27 platform{platform}
28{
29}
30
31VkSurfaceKHR AndroidWindow::create_surface(vkb::core::InstanceC &instance)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected