pub type PipelineCreateFlags2CreateInfoKHR<'a> = PipelineCreateFlags2CreateInfo<'a>;Aliased Type§
#[repr(C)]pub struct PipelineCreateFlags2CreateInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: PipelineCreateFlags2,
pub _marker: PhantomData<&'a ()>,
}Fields§
§s_type: StructureType§p_next: *const c_void§flags: PipelineCreateFlags2§_marker: PhantomData<&'a ()>