From 6829a512217cb18c88a744d24879c8b8e086ceea Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 18 Sep 2017 16:28:27 -0600 Subject: header: KHX->KHR name changes --- 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 852417d1..60d628cd 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 VkPhysicalDeviceGroupPropertiesKHX **phys_dev_groups_term; + struct VkPhysicalDeviceGroupPropertiesKHR **phys_dev_groups_term; uint32_t phys_dev_group_count_tramp; - struct VkPhysicalDeviceGroupPropertiesKHX **phys_dev_groups_tramp; + struct VkPhysicalDeviceGroupPropertiesKHR **phys_dev_groups_tramp; struct loader_instance *next; -- cgit v1.2.3