Type Alias BindBufferMemoryInfoKHR

Source
pub type BindBufferMemoryInfoKHR = BindBufferMemoryInfo;

Aliased Type§

#[repr(C)]
pub struct BindBufferMemoryInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub buffer: Buffer, pub memory: DeviceMemory, pub memory_offset: u64, }

Fields§

§s_type: StructureType§p_next: *const c_void§buffer: Buffer§memory: DeviceMemory§memory_offset: u64