Type Alias SubresourceLayout2EXT

Source
pub type SubresourceLayout2EXT<'a> = SubresourceLayout2KHR<'a>;

Aliased Type§

#[repr(C)]
pub struct SubresourceLayout2EXT<'a> { pub s_type: StructureType, pub p_next: *mut c_void, pub subresource_layout: SubresourceLayout, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§subresource_layout: SubresourceLayout§_marker: PhantomData<&'a ()>