From 1769fff5bf002d432c0fc16dc5cded87b93f60e8 Mon Sep 17 00:00:00 2001 From: Lenny Komow Date: Mon, 2 Oct 2017 15:08:53 -0600 Subject: loader: Move manual KHR exts to core --- loader/loader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/loader.h') diff --git a/loader/loader.h b/loader/loader.h index 60d628cd..c59b9446 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -241,9 +241,9 @@ struct loader_instance { // loader specific structures since we have that content in the physical // device stored internal to the public structures. uint32_t phys_dev_group_count_term; - struct VkPhysicalDeviceGroupPropertiesKHR **phys_dev_groups_term; + struct VkPhysicalDeviceGroupProperties **phys_dev_groups_term; uint32_t phys_dev_group_count_tramp; - struct VkPhysicalDeviceGroupPropertiesKHR **phys_dev_groups_tramp; + struct VkPhysicalDeviceGroupProperties **phys_dev_groups_tramp; struct loader_instance *next; -- cgit v1.2.3