Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.h59 struct VulkanDeviceInfo : VulkanDeviceKnobs { struct
60 VkPhysicalDeviceProperties properties;
84 ResultOrError<VulkanDeviceInfo> GatherDeviceInfo(const Adapter& adapter); argument