pub type PipelineInfoEXT = PipelineInfoKHR;Expand description
Aliased Type§
#[repr(C)]pub struct PipelineInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub pipeline: Pipeline,
}Fields§
§s_type: StructureType§next: *const c_void§pipeline: Pipeline