Skip to main content

BindImageMemoryInfoKHR

Type Alias BindImageMemoryInfoKHR 

Source
pub type BindImageMemoryInfoKHR = BindImageMemoryInfo;

Aliased Type§

#[repr(C)]
pub struct BindImageMemoryInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub image: Image, pub memory: DeviceMemory, pub memory_offset: u64, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO.

§p_next: *const c_void

Optional, may be null.

§image: Image

Thread safety: must be externally synchronized.

§memory: DeviceMemory§memory_offset: u64