aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2016-12-20 15:35:11 -0700
committerLenny Komow <lenny@lunarg.com>2016-12-22 14:22:25 -0700
commit5bd03d32c824b1f5d296fa364a7c207afa2a2d1d (patch)
tree63c15226949a7a1046edc6bda1673f2af82434c7 /loader/loader.h
parent5e4915a0b2ec7ba7b29759d6e50f4647782ebfc2 (diff)
downloadusermoji-5bd03d32c824b1f5d296fa364a7c207afa2a2d1d.tar.xz
loader: Update term phys devices dynamically
Change-Id: Ib474a7af431746d9e820e188681d2a9310e94a0d
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h
index 1a187d87..aeceae63 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -277,7 +277,8 @@ struct loader_instance {
VkLayerInstanceDispatchTable *disp; // must be first entry in structure
uint32_t total_gpu_count;
- struct loader_physical_device_term *phys_devs_term;
+ uint32_t phys_dev_count_term;
+ struct loader_physical_device_term **phys_devs_term;
uint32_t phys_dev_count_tramp;
struct loader_physical_device_tramp **phys_devs_tramp;