commit | 03cb1e06256f386f9be37df9d81b386915eaad37 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Sep 16 12:02:52 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Sep 17 15:32:11 2015 -0600 |
tree | bced64369373108ed11f8697f7a0360ad09dd108 | |
parent | eaaf96c30a0b7e4a8061827d9884c19fc1795841 [diff] [blame] |
bug 14564: and initial layout for image creation
diff --git a/include/vulkan.h b/include/vulkan.h index 90a33f2..d9ae8ec 100644 --- a/include/vulkan.h +++ b/include/vulkan.h
@@ -1493,6 +1493,7 @@ VkSharingMode sharingMode; uint32_t queueFamilyCount; const uint32_t* pQueueFamilyIndices; + VkImageLayout initialLayout; } VkImageCreateInfo; typedef struct {