vk/0.132: Move VkQueryControlFlags
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user