consts
VK_ATTACHMENT_UNUSED
Unused attachment sentinel
VK_ATTACHMENT_UNUSED is a constant indicating that a render pass
attachment is not used.
#define VK_ATTACHMENT_UNUSED (~0U)
const ATTACHMENT_UNUSED: u32 = !0u32;
Parent
VK_VERSION_1_0Type
consts