Type Alias MemoryDedicatedRequirementsKHR

Source
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: StructureType§p_next: *mut c_void§prefers_dedicated_allocation: u32§requires_dedicated_allocation: u32