diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-09-18 16:28:27 -0600 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2018-03-09 13:54:31 -0700 |
| commit | 6829a512217cb18c88a744d24879c8b8e086ceea (patch) | |
| tree | c244decca4c28d552ac0c5e7091ede3a8e1b5a9d /loader/loader.h | |
| parent | cfd749a78f83cf9af361bb80408ead0ac731fec5 (diff) | |
| download | usermoji-6829a512217cb18c88a744d24879c8b8e086ceea.tar.xz | |
header: KHX->KHR name changes
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
