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: StructureTypeMust be VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL.
p_next: *const c_voidOptional, may be null.
performance_counters_sampling: QueryPoolSamplingModeINTEL