consts
VK_LUID_SIZE
Length of a locally unique device identifier
VK_LUID_SIZE is the length in uint8_t values of an array
containing a locally unique device identifier, as returned in
VkPhysicalDeviceIDProperties::deviceLUID.
#define VK_LUID_SIZE 8
const LUID_SIZE: usize = 8;
Parent
VK_VERSION_1_1Type
consts