pub type HostImageLayoutTransitionInfoEXT<'a> = HostImageLayoutTransitionInfo<'a>;Aliased Type§
#[repr(C)]pub struct HostImageLayoutTransitionInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub old_layout: ImageLayout,
pub new_layout: ImageLayout,
pub subresource_range: ImageSubresourceRange,
pub _marker: PhantomData<&'a ()>,
}Fields§
§s_type: StructureType§p_next: *const c_void§image: Image§old_layout: ImageLayout§new_layout: ImageLayout§subresource_range: ImageSubresourceRange§_marker: PhantomData<&'a ()>