pub type BindImagePlaneMemoryInfoKHR = BindImagePlaneMemoryInfo;Aliased Type§
#[repr(C)]pub struct BindImagePlaneMemoryInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub plane_aspect: ImageAspectFlagBits,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO.
p_next: *const c_voidOptional, may be null.
plane_aspect: ImageAspectFlagBits