diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-05-18 09:06:15 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-17 19:47:02 -0600 |
| commit | 7842d52a015bd19abf76b3156339237594ea730a (patch) | |
| tree | 3b1529ba06e436c8ec2a180374f5f0d6ed51fdfa /include | |
| parent | 30092d4531df53020bdda34b9c4ee358b443db0c (diff) | |
| download | usermoji-7842d52a015bd19abf76b3156339237594ea730a.tar.xz | |
misc: Remove validation bit from the CreateDevice flags
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 3 |
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 |
