aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-10-26 20:33:12 +0800
committerChia-I Wu <olv@lunarg.com>2015-10-30 20:49:24 +0800
commit3ae1aefc2b079532ffb960625df23a716abcc09c (patch)
tree76ec51d23d00d116bad2a48a1038243ffde7c688 /include
parentef79bc8e5a81cc33257f1192e341cbea8d83ab7a (diff)
downloadusermoji-3ae1aefc2b079532ffb960625df23a716abcc09c.tar.xz
bug 14567: What is VK_QUEUE_EXTENDED_BIT? (WIP)
Removed. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14567
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index 514c118d..b28021cf 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -806,7 +806,6 @@ typedef enum {
VK_QUEUE_COMPUTE_BIT = 0x00000002,
VK_QUEUE_DMA_BIT = 0x00000004,
VK_QUEUE_SPARSE_MEMMGR_BIT = 0x00000008,
- VK_QUEUE_EXTENDED_BIT = 0x40000000,
} VkQueueFlagBits;
typedef VkFlags VkQueueFlags;