Type Alias SubpassDescriptionDepthStencilResolveKHR

Source
pub type SubpassDescriptionDepthStencilResolveKHR<'a> = SubpassDescriptionDepthStencilResolve<'a>;

Aliased Type§

#[repr(C)]
pub struct SubpassDescriptionDepthStencilResolveKHR<'a> { pub s_type: StructureType, pub p_next: *const c_void, pub depth_resolve_mode: ResolveModeFlags, pub stencil_resolve_mode: ResolveModeFlags, pub p_depth_stencil_resolve_attachment: *const AttachmentReference2<'a>, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *const c_void§depth_resolve_mode: ResolveModeFlags§stencil_resolve_mode: ResolveModeFlags§p_depth_stencil_resolve_attachment: *const AttachmentReference2<'a>§_marker: PhantomData<&'a ()>