HostImageLayoutTransitionInfoEXT

Type Alias HostImageLayoutTransitionInfoEXT 

Source
pub type HostImageLayoutTransitionInfoEXT = HostImageLayoutTransitionInfo;
Expand description

Aliased Type§

#[repr(C)]
pub struct HostImageLayoutTransitionInfoEXT { pub s_type: StructureType, pub next: *const c_void, pub image: Image, pub old_layout: ImageLayout, pub new_layout: ImageLayout, pub subresource_range: ImageSubresourceRange, }

Fields§

§s_type: StructureType§next: *const c_void§image: Image§old_layout: ImageLayout§new_layout: ImageLayout§subresource_range: ImageSubresourceRange