Enum
VkSparseMemoryBindFlagBits
Bitmask specifying usage of a sparse memory binding operation
Bits which can be set in VkSparseMemoryBind::flags, specifying
usage of a sparse memory binding operation, are:
typedef enum VkSparseMemoryBindFlagBits {
VK_SPARSE_MEMORY_BIND_METADATA_BIT = 0x00000001,
} VkSparseMemoryBindFlagBits;
pub struct SparseMemoryBindFlagBits(u32);
impl SparseMemoryBindFlagBits {
pub const METADATA: Self = 0x00000001;
}
VK_SPARSE_MEMORY_BIND_METADATA_BITspecifies that the memory being bound is only for the metadata aspect.
Parent
VK_VERSION_1_0Type
Enum