diff options
author | Jason Ekstrand <[email protected]> | 2017-11-15 18:50:44 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-12-04 10:04:19 -0800 |
commit | 764fc1643c10ca1f336a99ddbe727313c995b6bb (patch) | |
tree | 1be6557c9e2db7c0dbf1d59e8f91fed6860c5c7d /src/vulkan/Makefile.sources | |
parent | 3991098f3b10519b4308763fb77cd15e3218a044 (diff) |
vulkan/wsi: Add a wsi_device_init function
This gives the opportunity to collect some function pointers if we'd
like which will be very useful in future.
Reviewed-by: Dave Airlie <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/vulkan/Makefile.sources')
-rw-r--r-- | src/vulkan/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/Makefile.sources b/src/vulkan/Makefile.sources index 2cf7218e926..44cba8bde3c 100644 --- a/src/vulkan/Makefile.sources +++ b/src/vulkan/Makefile.sources @@ -1,5 +1,6 @@ VULKAN_WSI_FILES := \ + wsi/wsi_common.c \ wsi/wsi_common.h \ wsi/wsi_common_queue.h |