Type Alias vulkanalia_sys::QueryPoolCreateInfoINTEL
source · pub type QueryPoolCreateInfoINTEL = QueryPoolPerformanceQueryCreateInfoINTEL;Expand description
Aliased Type§
struct QueryPoolCreateInfoINTEL {
pub s_type: StructureType,
pub next: *const c_void,
pub performance_counters_sampling: QueryPoolSamplingModeINTEL,
}Fields§
§s_type: StructureType§next: *const c_void§performance_counters_sampling: QueryPoolSamplingModeINTEL