Searched defs:SwpSurface (Results 1 – 1 of 1) sorted by relevance
138 struct SwpSurface { struct140 VkSurfaceKHR surface;143 SwpInstance *pInstance;147 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains;151 uint32_t numQueueFamilyIndexSupport;178 unordered_map<VkSurfaceKHR, SwpSurface *> supportedSurfaces; argument