diff options
| author | Ian Elliott <ian@lunarg.com> | 2015-10-30 15:28:23 -0600 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-01 10:18:23 -0700 |
| commit | 3ff5d4a0edb79576e3e693fa1480f1468542c2b5 (patch) | |
| tree | 96663548f904c7e53674245df5c945748b3b66aa /loader/loader.c | |
| parent | dce5f3ea01d8c26cedf1d72fda33db52e8e57f47 (diff) | |
| download | usermoji-3ff5d4a0edb79576e3e693fa1480f1468542c2b5.tar.xz | |
loader: Started porting loader to new WSI (GIPA missing).
Diffstat (limited to 'loader/loader.c')
| -rw-r--r-- | loader/loader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/loader.c b/loader/loader.c index 45de0e7b..aef74e7a 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -44,7 +44,7 @@ #include "gpa_helper.h" #include "table_ops.h" #include "debug_report.h" -#include "wsi_swapchain.h" +#include "wsi.h" #include "vulkan/vk_icd.h" #include "cJSON.h" #include "murmurhash.h" @@ -971,7 +971,7 @@ void loader_get_icd_loader_instance_extensions( }; // Traverse loader's extensions, adding non-duplicate extensions to the list - wsi_swapchain_add_instance_extensions(inst, inst_exts); + wsi_add_instance_extensions(inst, inst_exts); debug_report_add_instance_extensions(inst, inst_exts); } |
