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

Function AppCreateGgpWindow

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

Source from the content-addressed store, hash-verified

1129//---------------------------GGP-----------------------------
1130#ifdef VK_USE_PLATFORM_GGP
1131static void AppCreateGgpWindow(AppInstance &inst) {}
1132static VkSurfaceKHR AppCreateGgpSurface(AppInstance &inst) {
1133 VkStreamDescriptorSurfaceCreateInfoGGP createInfo;
1134 createInfo.sType = VK_STRUCTURE_TYPE_STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected