pub type PipelineInfoEXT = PipelineInfoKHR;Aliased Type§
#[repr(C)]pub struct PipelineInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub pipeline: Pipeline,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PIPELINE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
pipeline: Pipeline