MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / AppCreateAndroidWindow

Function AppCreateAndroidWindow

vulkaninfo/vulkaninfo.h:1113–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111//-------------------------ANDROID---------------------------
1112#ifdef VK_USE_PLATFORM_ANDROID_KHR
1113static void AppCreateAndroidWindow(AppInstance &inst) {}
1114static VkSurfaceKHR AppCreateAndroidSurface(AppInstance &inst) {
1115 VkAndroidSurfaceCreateInfoKHR createInfo;
1116 createInfo.sType = VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected