diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-05-28 19:25:20 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 10:18:20 -0600 |
| commit | dcdea9b53595cf359135185e5726f849ca2a5b1d (patch) | |
| tree | eaea4635ed17e99a4b27c5ddd3c6b5d64bba5911 /loader/loader.h | |
| parent | 1c3d9f0ff936698e138685aedb707e24336b03d8 (diff) | |
| download | usermoji-dcdea9b53595cf359135185e5726f849ca2a5b1d.tar.xz | |
loader: Remove storage of wrappedGPUs only need during layer activation
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h index 2a774a59..c333f028 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -97,7 +97,6 @@ struct loader_icd { VkLayerDispatchTable *loader_dispatch; uint32_t layer_count[MAX_GPUS_FOR_LAYER]; - VkBaseLayerObject *wrappedGpus[MAX_GPUS_FOR_LAYER]; uint32_t gpu_count; VkPhysicalDevice *gpus; VkInstance instance; // instance object from the icd |
