| 1129 | //---------------------------GGP----------------------------- |
| 1130 | #ifdef VK_USE_PLATFORM_GGP |
| 1131 | static void AppCreateGgpWindow(AppInstance &inst) {} |
| 1132 | static VkSurfaceKHR AppCreateGgpSurface(AppInstance &inst) { |
| 1133 | VkStreamDescriptorSurfaceCreateInfoGGP createInfo; |
| 1134 | createInfo.sType = VK_STRUCTURE_TYPE_STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP; |
nothing calls this directly
no outgoing calls
no test coverage detected