diff options
| author | Lenny Komow <lenny@lunarg.com> | 2017-10-02 15:08:53 -0600 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2018-03-09 13:54:31 -0700 |
| commit | 1769fff5bf002d432c0fc16dc5cded87b93f60e8 (patch) | |
| tree | 6b1090832941ceebc6de6bb25c977e35e81b2adc /loader/loader.h | |
| parent | d9a9ea9bdb8d2c6269c29b2abd64e454c472689e (diff) | |
| download | usermoji-1769fff5bf002d432c0fc16dc5cded87b93f60e8.tar.xz | |
loader: Move manual KHR exts to core
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 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; |
