Type Alias BindImagePlaneMemoryInfoKHR

Source
pub type BindImagePlaneMemoryInfoKHR = BindImagePlaneMemoryInfo;

Aliased Type§

#[repr(C)]
pub struct BindImagePlaneMemoryInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub plane_aspect: ImageAspectFlags, }

Fields§

§s_type: StructureType§p_next: *const c_void§plane_aspect: ImageAspectFlags