consts
VK_MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT
Maximum length of a shader module identifier
VK_MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT is the length in bytes of a
shader module identifier, as returned in
VkShaderModuleIdentifierEXT::identifierSize.
#define VK_MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT 32
const MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT: usize = 32;
Type
consts