Struct unity_native_plugin_sys::VkQueryPoolPerformanceQueryCreateInfoINTEL [−][src]
#[repr(C)]pub struct VkQueryPoolPerformanceQueryCreateInfoINTEL {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub performanceCountersSampling: VkQueryPoolSamplingModeINTEL,
}Fields
sType: VkStructureTypepNext: *const c_voidperformanceCountersSampling: VkQueryPoolSamplingModeINTELTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more