Type Alias ash::vk::PhysicalDeviceMemoryProperties2KHR
source · pub type PhysicalDeviceMemoryProperties2KHR<'a> = PhysicalDeviceMemoryProperties2<'a>;
Aliased Type§
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 ()>