aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-16 09:51:53 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-23 17:31:14 -0600
commit95ee35e3486a50f790d495614cf999a69701e90f (patch)
treef868ba48df836168d167eff652ccc4c64f91af59 /include
parentb05c8a46adfbaa156413e30ad9810d74af936478 (diff)
downloadusermoji-95ee35e3486a50f790d495614cf999a69701e90f.tar.xz
bug-14646: remove VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BIT
commit: 854f367
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index 5d884cd8..b154853a 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -1013,10 +1013,6 @@ typedef enum {
VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 0x00000001,
} VkAttachmentDescriptionFlagBits;
typedef VkFlags VkAttachmentDescriptionFlags;
-
-typedef enum {
- VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BIT = 0x00000001,
-} VkSubpassDescriptionFlagBits;
typedef VkFlags VkSubpassDescriptionFlags;
typedef enum {