WSI: Update vk_ext_khr_device_swapchain.h to revision 53 (SDK 0.9)
authorIan Elliott <ian@lunarg.com>
Tue, 22 Sep 2015 16:13:25 +0000 (10:13 -0600)
committerIan Elliott <ian@lunarg.com>
Tue, 22 Sep 2015 16:25:53 +0000 (10:25 -0600)
include/vk_ext_khr_device_swapchain.h

index b2545864cd098b777e32c2efb8e008ad7b45a649..3bf73c84a967087b5630f1ee0ef89090a6ff07f7 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "vulkan.h"
 
-#define VK_EXT_KHR_DEVICE_SWAPCHAIN_REVISION         51
+#define VK_EXT_KHR_DEVICE_SWAPCHAIN_REVISION         53
 #define VK_EXT_KHR_DEVICE_SWAPCHAIN_EXTENSION_NUMBER 2
 #define VK_EXT_KHR_DEVICE_SWAPCHAIN_EXTENSION_NAME   "VK_EXT_KHR_device_swapchain"
 
@@ -50,7 +50,7 @@ VK_DEFINE_NONDISP_HANDLE(VkSwapchainKHR);
 #define VK_EXT_KHR_DEVICE_SWAPCHAIN_ENUM_POSITIVE(type,id)    ((type)((int)0x40000000 + (VK_EXT_KHR_DEVICE_SWAPCHAIN_EXTENSION_NUMBER - 1) * 1024 + (id)))
 
 // Extend VkStructureType enum with extension specific constants
-#define VK_STRUCTURE_TYPE_SWAP_CHAIN_CREATE_INFO_KHR VK_EXT_KHR_DEVICE_SWAPCHAIN_ENUM(VkStructureType, 0)
+#define VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR VK_EXT_KHR_DEVICE_SWAPCHAIN_ENUM(VkStructureType, 0)
 #define VK_STRUCTURE_TYPE_PRESENT_INFO_KHR VK_EXT_KHR_DEVICE_SWAPCHAIN_ENUM(VkStructureType, 1)
 
 // Extend VkImageLayout enum with extension specific constants
@@ -109,7 +109,7 @@ typedef struct {
 } VkSurfaceFormatKHR;
 
 typedef struct {
-    VkStructureType                          sType;             // Must be VK_STRUCTURE_TYPE_SWAP_CHAIN_CREATE_INFO_KHR
+    VkStructureType                          sType;             // Must be VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR
     const void*                              pNext;             // Pointer to next structure
 
     const VkSurfaceDescriptionKHR*           pSurfaceDescription;// describes the swap chain's target surface