Type Alias ash::vk::BindBufferMemoryInfoKHR

source ·
pub type BindBufferMemoryInfoKHR<'a> = BindBufferMemoryInfo<'a>;

Aliased Type§

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

Fields§

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