pub type VkQueryPoolCreateInfoINTEL = VkQueryPoolPerformanceQueryCreateInfoINTEL;Aliased Type§
#[repr(C)]pub struct VkQueryPoolCreateInfoINTEL {
pub sType: u32,
pub pNext: *const c_void,
pub performanceCountersSampling: u32,
}Fields§
§sType: u32§pNext: *const c_void§performanceCountersSampling: u32