pub type PipelineInfoEXT = PipelineInfoKHR;
Expand description

Aliased Type§

struct PipelineInfoEXT {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub pipeline: Pipeline,
}

Fields§

§s_type: StructureType§next: *const c_void§pipeline: Pipeline