diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-11-06 11:02:40 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-11-06 13:06:37 -0700 |
| commit | 08d7150c2f509a793ef1faff112d96cac5bf017a (patch) | |
| tree | 3573a3506f3ec697029b6e1c8e47b517288296eb /loader/loader.h | |
| parent | 2ba1a459da681ddfdcc28a8e6f7ca9c162e5cb67 (diff) | |
| download | usermoji-08d7150c2f509a793ef1faff112d96cac5bf017a.tar.xz | |
loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semantics
As per Vulkan bug 13288. Still need to handle device extensions correctly.
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.h b/loader/loader.h index f27b892b..41deacf1 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -33,6 +33,7 @@ #define LOADER_H #include <vulkan.h> +#include <vk_loader_platform.h> #include <vk_debug_report_lunarg.h> #include <vk_ext_khr_swapchain.h> #include <vk_layer.h> |
