consts
VK_MAX_MEMORY_TYPES
Length of an array of memory types
VK_MAX_MEMORY_TYPES is the length of an array of VkMemoryType
structures describing memory types, as returned in
VkPhysicalDeviceMemoryProperties::memoryTypes.
#define VK_MAX_MEMORY_TYPES 32
const MAX_MEMORY_TYPES: usize = 32;
Parent
VK_VERSION_1_0Type
consts