Searched defs:VkDevice_Info (Results 1 – 1 of 1) sorted by relevance
283 struct VkDevice_Info { struct in gfxstream::vk::ResourceTracker::Impl284 VkPhysicalDevice physdev;285 VkPhysicalDeviceProperties props;286 VkPhysicalDeviceMemoryProperties memProps;287 uint32_t apiVersion;288 std::set<std::string> enabledExtensions;289 … std::vector<std::pair<PFN_vkDeviceMemoryReportCallbackEXT, void *>> deviceMemoryReportCallbacks;