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