vk/0.132: Move VkQueryControlFlags

This commit is contained in:
Chad Versace 2015-07-13 13:09:32 -07:00
parent 180c07ee50
commit 45f8723f44

View file

@ -1044,11 +1044,6 @@ typedef enum {
} VkPipeEventFlagBits;
typedef VkFlags VkPipeEventFlags;
typedef enum {
VK_QUERY_CONTROL_CONSERVATIVE_BIT = 0x00000001,
} VkQueryControlFlagBits;
typedef VkFlags VkQueryControlFlags;
typedef enum {
VK_MEMORY_OUTPUT_HOST_WRITE_BIT = 0x00000001,
VK_MEMORY_OUTPUT_SHADER_WRITE_BIT = 0x00000002,
@ -1088,6 +1083,11 @@ typedef enum {
} VkImageAspectFlagBits;
typedef VkFlags VkImageAspectFlags;
typedef enum {
VK_QUERY_CONTROL_CONSERVATIVE_BIT = 0x00000001,
} VkQueryControlFlagBits;
typedef VkFlags VkQueryControlFlags;
typedef struct {
VkStructureType sType;
const void* pNext;