Type Alias screen_13::prelude::vk::PipelineInfoEXT

source ·
pub type PipelineInfoEXT = PipelineInfoKHR;

Aliased Type§

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

Fields§

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