aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Elliott <ian@lunarg.com>2015-09-22 10:13:25 -0600
committerIan Elliott <ian@lunarg.com>2015-09-22 10:25:53 -0600
commite0f8b1771e8ad3c57ad4cf61dbacc161dc2e3400 (patch)
tree98baeeedf14d8ead53ed420428805e90485a4a42 /include
parent5fdac0e56cfa60705e240316e6536d6ce24ca0f3 (diff)
downloadusermoji-e0f8b1771e8ad3c57ad4cf61dbacc161dc2e3400.tar.xz
WSI: Update vk_ext_khr_device_swapchain.h to revision 53 (SDK 0.9)
Diffstat (limited to 'include')
-rw-r--r--include/vk_ext_khr_device_swapchain.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vk_ext_khr_device_swapchain.h b/include/vk_ext_khr_device_swapchain.h
index b2545864..3bf73c84 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_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