Type Alias PhysicalDeviceMemoryProperties2KHR

Source
pub type PhysicalDeviceMemoryProperties2KHR<'a> = PhysicalDeviceMemoryProperties2<'a>;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceMemoryProperties2KHR<'a> { pub s_type: StructureType, pub p_next: *mut c_void, pub memory_properties: PhysicalDeviceMemoryProperties, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§memory_properties: PhysicalDeviceMemoryProperties§_marker: PhantomData<&'a ()>