diff options
| author | Ian Elliott <ian@lunarg.com> | 2015-09-04 13:57:22 -0600 |
|---|---|---|
| committer | Ian Elliott <ian@lunarg.com> | 2015-09-04 14:58:10 -0600 |
| commit | aada43bdda9860efa5e1099360bd5154086beab6 (patch) | |
| tree | dd847fca049516154341d605d5cabd7ed375f7cb /include | |
| parent | a07819775a66866cb33718ae70d290c477867be6 (diff) | |
| download | usermoji-aada43bdda9860efa5e1099360bd5154086beab6.tar.xz | |
WSI: Update headers for WSI swapchain extensions (versions 51 & 17).
Diffstat (limited to 'include')
| -rw-r--r-- | include/vk_ext_khr_device_swapchain.h | 2 | ||||
| -rw-r--r-- | include/vk_ext_khr_swapchain.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/vk_ext_khr_device_swapchain.h b/include/vk_ext_khr_device_swapchain.h index dc08e356..b2545864 100644 --- a/include/vk_ext_khr_device_swapchain.h +++ b/include/vk_ext_khr_device_swapchain.h @@ -29,7 +29,7 @@ #include "vulkan.h" -#define VK_EXT_KHR_DEVICE_SWAPCHAIN_VERSION VK_MAKE_VERSION(0, 47, 0) +#define VK_EXT_KHR_DEVICE_SWAPCHAIN_REVISION 51 #define VK_EXT_KHR_DEVICE_SWAPCHAIN_EXTENSION_NUMBER 2 #define VK_EXT_KHR_DEVICE_SWAPCHAIN_EXTENSION_NAME "VK_EXT_KHR_device_swapchain" diff --git a/include/vk_ext_khr_swapchain.h b/include/vk_ext_khr_swapchain.h index fbf4ea7d..862b4d5e 100644 --- a/include/vk_ext_khr_swapchain.h +++ b/include/vk_ext_khr_swapchain.h @@ -29,7 +29,7 @@ #include "vulkan.h" -#define VK_EXT_KHR_SWAPCHAIN_VERSION VK_MAKE_VERSION(0, 15, 0) +#define VK_EXT_KHR_SWAPCHAIN_REVISION 17 #define VK_EXT_KHR_SWAPCHAIN_EXTENSION_NUMBER 1 #define VK_EXT_KHR_SWAPCHAIN_EXTENSION_NAME "VK_EXT_KHR_swapchain" |
