diff options
| author | Ian Elliott <ian@lunarg.com> | 2015-09-04 14:02:04 -0600 |
|---|---|---|
| committer | Ian Elliott <ian@lunarg.com> | 2015-09-04 14:58:10 -0600 |
| commit | df14cac5b1ddd54c37db74cbea5d8a32f4022d74 (patch) | |
| tree | 69315d9c1b7c4b8502cb3aea74cf3fe1c55c34ab /loader | |
| parent | aada43bdda9860efa5e1099360bd5154086beab6 (diff) | |
| download | usermoji-df14cac5b1ddd54c37db74cbea5d8a32f4022d74.tar.xz | |
WSI: Convert from VERSION to REVISION
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/wsi_swapchain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/wsi_swapchain.c b/loader/wsi_swapchain.c index 683945e5..20e785d0 100644 --- a/loader/wsi_swapchain.c +++ b/loader/wsi_swapchain.c @@ -36,7 +36,7 @@ static const VkExtensionProperties wsi_swapchain_extension_info = { .extName = VK_EXT_KHR_SWAPCHAIN_EXTENSION_NAME, - .specVersion = VK_EXT_KHR_SWAPCHAIN_VERSION, + .specVersion = VK_EXT_KHR_SWAPCHAIN_REVISION, }; void wsi_swapchain_add_instance_extensions( |
