Skip to main content

HostImageLayoutTransitionInfoEXT

Type Alias HostImageLayoutTransitionInfoEXT 

Source
pub type HostImageLayoutTransitionInfoEXT = HostImageLayoutTransitionInfo;

Aliased Type§

#[repr(C)]
pub struct HostImageLayoutTransitionInfoEXT { 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, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_HOST_IMAGE_LAYOUT_TRANSITION_INFO.

§p_next: *const c_void

Optional, may be null.

§image: Image§old_layout: ImageLayout§new_layout: ImageLayout§subresource_range: ImageSubresourceRange