pub type QueryPoolCreateInfoINTEL = QueryPoolPerformanceQueryCreateInfoINTEL;Aliased Type§
#[repr(C)]pub struct QueryPoolCreateInfoINTEL {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub performance_counters_sampling: QueryPoolSamplingModeINTEL,
}Fields§
§s_type: StructureType§p_next: *const c_void§performance_counters_sampling: QueryPoolSamplingModeINTEL