From 3ae1aefc2b079532ffb960625df23a716abcc09c Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 26 Oct 2015 20:33:12 +0800 Subject: bug 14567: What is VK_QUEUE_EXTENDED_BIT? (WIP) Removed. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14567 --- include/vulkan.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3