Searched defs:instance_info (Results 1 – 2 of 2) sorted by relevance
45 struct instance_info { struct46 PFN_vkDestroyInstance DestroyInstance;47 PFN_vkEnumeratePhysicalDevices EnumeratePhysicalDevices;48 PFN_vkEnumeratePhysicalDeviceGroups EnumeratePhysicalDeviceGroups;49 PFN_vkGetInstanceProcAddr GetInstanceProcAddr;50 PFN_vkEnumerateDeviceExtensionProperties EnumerateDeviceExtensionProperties;51 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties;52 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2;53 bool has_pci_bus, has_vulkan11;54 bool has_wayland, has_xcb;
149 struct zink_instance_info instance_info; member