Home
last modified time | relevance | path

Searched defs:SwpSurface (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dswapchain.h138 struct SwpSurface { struct
140 VkSurfaceKHR surface;
143 SwpInstance *pInstance;
147 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains;
151 uint32_t numQueueFamilyIndexSupport;
178 unordered_map<VkSurfaceKHR, SwpSurface *> supportedSurfaces; argument