vk/0.170.2: Drop VK_IMAGE_USAGE_GENERAL

This commit is contained in:
Chad Versace 2015-10-05 06:44:30 -07:00
parent 6a40af1b08
commit 568654d606
1 changed files with 0 additions and 1 deletions

View 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,