aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-05-18 09:06:15 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-17 19:47:02 -0600
commit7842d52a015bd19abf76b3156339237594ea730a (patch)
tree3b1529ba06e436c8ec2a180374f5f0d6ed51fdfa /include
parent30092d4531df53020bdda34b9c4ee358b443db0c (diff)
downloadusermoji-7842d52a015bd19abf76b3156339237594ea730a.tar.xz
misc: Remove validation bit from the CreateDevice flags
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index ed0ad2f8..b8bd81e5 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -947,8 +947,7 @@ typedef enum VkResult_
typedef VkFlags VkDeviceCreateFlags;
typedef enum VkDeviceCreateFlagBits_
{
- VK_DEVICE_CREATE_VALIDATION_BIT = VK_BIT(0),
- VK_DEVICE_CREATE_MULTI_DEVICE_IQ_MATCH_BIT = VK_BIT(1),
+ VK_DEVICE_CREATE_MULTI_DEVICE_IQ_MATCH_BIT = VK_BIT(0),
} VkDeviceCreateFlagBits;
// Queue capabilities