diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-16 12:02:52 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-17 15:32:11 -0600 |
| commit | f4706ac62433a6164bf0b8ec24f468fe44a08e9a (patch) | |
| tree | def8d89cb2e9485a7f60b040e31292885ff8e744 | |
| parent | 072101e7bc1577fa096ff550d99be6b96010a827 (diff) | |
| download | usermoji-f4706ac62433a6164bf0b8ec24f468fe44a08e9a.tar.xz | |
bug 14564: and initial layout for image creation
| -rw-r--r-- | include/vulkan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 90a33f29..d9ae8ec6 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1493,6 +1493,7 @@ typedef struct { VkSharingMode sharingMode; uint32_t queueFamilyCount; const uint32_t* pQueueFamilyIndices; + VkImageLayout initialLayout; } VkImageCreateInfo; typedef struct { |
