C Specification
Bits which can be set in VkSubmitInfo2KHR::flags
to specify
submission behavior are:
// Provided by VK_KHR_synchronization2
typedef enum VkSubmitFlagBitsKHR {
VK_SUBMIT_PROTECTED_BIT_KHR = 0x00000001,
} VkSubmitFlagBitsKHR;
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.