pub type MemoryDedicatedRequirementsKHR = MemoryDedicatedRequirements;Aliased Type§
#[repr(C)]pub struct MemoryDedicatedRequirementsKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub prefers_dedicated_allocation: u32,
pub requires_dedicated_allocation: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS.
p_next: *mut c_voidOptional, may be null.
prefers_dedicated_allocation: u32§requires_dedicated_allocation: u32