Enum
VkEventCreateFlagBits
Event creation flag bits
typedef enum VkEventCreateFlagBits {
} VkEventCreateFlagBits;
VK_EVENT_CREATE_DEVICE_ONLY_BITspecifies that host event commands will not be used with this event.
typedef enum VkEventCreateFlagBits {
} VkEventCreateFlagBits;
VK_EVENT_CREATE_DEVICE_ONLY_BIT specifies that host event commands
will not be used with this event.