vk/0.170.2: Drop VK_IMAGE_USAGE_GENERAL
authorChad Versace <chad.versace@intel.com>
Mon, 5 Oct 2015 13:44:30 +0000 (06:44 -0700)
committerChad Versace <chad.versace@intel.com>
Mon, 5 Oct 2015 15:09:33 +0000 (08:09 -0700)
include/vulkan/vulkan.h

index 82c7916c469c641a9ee881510d9a431aef4a74eb..923a3b69ea36a0c1639e542428730c84c19cbd18 100644 (file)
@@ -853,7 +853,6 @@ typedef enum {
 typedef VkFlags VkFormatFeatureFlags;
 
 typedef enum {
-    VK_IMAGE_USAGE_GENERAL = 0,
     VK_IMAGE_USAGE_TRANSFER_SOURCE_BIT = 0x00000001,
     VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT = 0x00000002,
     VK_IMAGE_USAGE_SAMPLED_BIT = 0x00000004,