Searched defs:SwpDevice (Results 1 – 1 of 1) sorted by relevance
204 struct SwpDevice { struct206 VkDevice device;209 SwpPhysicalDevice *pPhysicalDevice;212 bool swapchainExtensionEnabled;215 bool displaySwapchainExtensionEnabled;219 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains;244 SwpDevice *pDevice; argument