Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dswapchain.h204 struct SwpDevice { struct
206 VkDevice device;
209 SwpPhysicalDevice *pPhysicalDevice;
212 bool swapchainExtensionEnabled;
215 bool displaySwapchainExtensionEnabled;
219 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains;
244 SwpDevice *pDevice; argument