consts
VK_MAX_DESCRIPTION_SIZE
Length of a driver name string
VK_MAX_DESCRIPTION_SIZE is the length in char values of an array
containing a string with additional descriptive information about a query,
as returned in VkLayerProperties::description and other queries.
#define VK_MAX_DESCRIPTION_SIZE 256
const MAX_DESCRIPTION_SIZE: usize = 256;
Parent
VK_VERSION_1_0Type
consts