Type Alias ash::vk::QueryPoolCreateInfoINTEL

source ·
pub type QueryPoolCreateInfoINTEL<'a> = QueryPoolPerformanceQueryCreateInfoINTEL<'a>;

Aliased Type§

struct QueryPoolCreateInfoINTEL<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub performance_counters_sampling: QueryPoolSamplingModeINTEL,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§performance_counters_sampling: QueryPoolSamplingModeINTEL§_marker: PhantomData<&'a ()>