vulkan.h: v75. Add cube-compatible image create bit. Bug 13609
authorMark Lobodzinski <mark@lunarg.com>
Thu, 9 Apr 2015 23:46:33 +0000 (18:46 -0500)
committerChia-I Wu <olv@lunarg.com>
Thu, 16 Apr 2015 09:48:19 +0000 (17:48 +0800)
Khronos SVN change #30288. Did not update version number.

include/vulkan.h

index 613952f..09a1461 100644 (file)
@@ -1204,6 +1204,7 @@ typedef enum VkImageCreateFlags_
     VK_IMAGE_CREATE_SHAREABLE_BIT                           = 0x00000004,
     VK_IMAGE_CREATE_SPARSE_BIT                              = 0x00000008,
     VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT                      = 0x00000010,   // Allows image views to have different format than the base image
+    VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT                     = 0x00000020,   // Allows creating image views with cube type from the created image
     VK_MAX_ENUM(VkImageCreateFlags_)
 } VkImageCreateFlags;