Type Alias QueryPoolCreateInfoINTEL

Source
pub type QueryPoolCreateInfoINTEL = QueryPoolPerformanceQueryCreateInfoINTEL;

Aliased Type§

#[repr(C)]
pub struct QueryPoolCreateInfoINTEL { pub sType: i32, pub pNext: *const c_void, pub performanceCountersSampling: i32, }

Fields§

§sType: i32§pNext: *const c_void§performanceCountersSampling: i32