aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2017-10-02 15:08:53 -0600
committerMike Schuchardt <mikes@lunarg.com>2018-03-09 13:54:31 -0700
commit1769fff5bf002d432c0fc16dc5cded87b93f60e8 (patch)
tree6b1090832941ceebc6de6bb25c977e35e81b2adc /loader/loader.h
parentd9a9ea9bdb8d2c6269c29b2abd64e454c472689e (diff)
downloadusermoji-1769fff5bf002d432c0fc16dc5cded87b93f60e8.tar.xz
loader: Move manual KHR exts to core
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h4
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;