diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-07-02 12:59:25 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-07 15:57:59 -0600 |
| commit | 290f5e2838beab4d3fec99dcb70eb042ecdbdfb2 (patch) | |
| tree | e43fc80993f18658823c672c7229d9b9c20bfe27 /loader/trampoline.c | |
| parent | 18dff0ac49ca64000573b44aeee8fed015f92d52 (diff) | |
| download | usermoji-290f5e2838beab4d3fec99dcb70eb042ecdbdfb2.tar.xz | |
loader: Remove the merged enabled_extension list in device and instance structs
Instead layer stuff can just directly use the activate_layers_list rather
than having an intermediate list.
This simplifies the code and prepares for adding implicit layers directly.
Diffstat (limited to 'loader/trampoline.c')
| -rw-r--r-- | loader/trampoline.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/trampoline.c b/loader/trampoline.c index 07d33794..1f9c3635 100644 --- a/loader/trampoline.c +++ b/loader/trampoline.c @@ -121,7 +121,6 @@ LOADER_EXPORT VkResult VKAPI vkDestroyInstance( struct loader_instance *ptr_instance = loader_instance(instance); loader_deactivate_instance_layers(ptr_instance); - loader_destroy_ext_list(&ptr_instance->enabled_instance_extensions); free(ptr_instance); |
