consts
VK_QUEUE_FAMILY_IGNORED
Ignored queue family index sentinel
The special queue family index VK_QUEUE_FAMILY_IGNORED indicates that
a queue family parameter or member is ignored.
#define VK_QUEUE_FAMILY_IGNORED (~0U)
const QUEUE_FAMILY_IGNORED: u32 = !0u32;
Parent
VK_VERSION_1_0Type
consts