consts
VK_MAX_PHYSICAL_DEVICE_NAME_SIZE
Length of a physical device name string
VK_MAX_PHYSICAL_DEVICE_NAME_SIZE is the length in char values of
an array containing a physical device name string, as returned in
VkPhysicalDeviceProperties::deviceName.
#define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256
const MAX_PHYSICAL_DEVICE_NAME_SIZE: usize = 256;
Parent
VK_VERSION_1_0Type
consts