pub type BindImagePlaneMemoryInfoKHR = BindImagePlaneMemoryInfo;

Aliased Type§

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