consts
VK_SUBPASS_EXTERNAL
Subpass index sentinel expanding synchronization scope outside a subpass
VK_SUBPASS_EXTERNAL is a special subpass index value expanding
synchronization scope outside a subpass.
It is described in more detail by VkSubpassDependency.
#define VK_SUBPASS_EXTERNAL (~0U)
const SUBPASS_EXTERNAL: u32 = !0u32;
Parent
VK_VERSION_1_0Type
consts