Skip to main content

QueryPoolCreateInfoINTEL

Type Alias QueryPoolCreateInfoINTEL 

Source
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

Must be VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL.

§p_next: *const c_void

Optional, may be null.

§performance_counters_sampling: QueryPoolSamplingModeINTEL