vk/0.170.2: Update VkImageCreateInfo
authorChad Versace <chad.versace@intel.com>
Wed, 7 Oct 2015 17:42:59 +0000 (10:42 -0700)
committerChad Versace <chad.versace@intel.com>
Wed, 7 Oct 2015 17:43:17 +0000 (10:43 -0700)
include/vulkan/vulkan-0.170.2.h
include/vulkan/vulkan.h

index 03bcefea50a69ab1f6394d87d73a97c66d09fd35..6fdd806509c54788766b4a115747e472c006f580 100644 (file)
@@ -1512,7 +1512,6 @@ typedef struct {
     VkSharingMode                               sharingMode;
     uint32_t                                    queueFamilyCount;
     const uint32_t*                             pQueueFamilyIndices;
-    VkImageLayout                               initialLayout;
 } VkImageCreateInfo;
 
 typedef struct {
index c4ed1ec0cd1d12262f4595055d80c287c523ce2b..65da0a89c9347d4a6ea736d4f7f77eda85b8cb72 100644 (file)
@@ -1516,6 +1516,7 @@ typedef struct {
     VkSharingMode                               sharingMode;
     uint32_t                                    queueFamilyCount;
     const uint32_t*                             pQueueFamilyIndices;
+    VkImageLayout                               initialLayout;
 } VkImageCreateInfo;
 
 typedef struct {