Type Alias PipelineInfoEXT

Source
pub type PipelineInfoEXT<'a> = PipelineInfoKHR<'a>;

Aliased Type§

#[repr(C)]
pub struct PipelineInfoEXT<'a> { pub s_type: StructureType, pub p_next: *const c_void, pub pipeline: Pipeline, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *const c_void§pipeline: Pipeline§_marker: PhantomData<&'a ()>