Type Alias ash::vk::BindImageMemoryInfoKHR

source ·
pub type BindImageMemoryInfoKHR<'a> = BindImageMemoryInfo<'a>;

Aliased Type§

struct BindImageMemoryInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub image: Image,
    pub memory: DeviceMemory,
    pub memory_offset: u64,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§image: Image§memory: DeviceMemory§memory_offset: u64§_marker: PhantomData<&'a ()>