Struct ash::vk::QueryPoolPerformanceQueryCreateInfoINTELBuilder [−][src]
#[repr(transparent)]pub struct QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a> { /* fields omitted */ }
Implementations
pub fn performance_counters_sampling(
self,
performance_counters_sampling: QueryPoolSamplingModeINTEL
) -> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Methods from Deref<Target = QueryPoolPerformanceQueryCreateInfoINTEL>
Trait Implementations
The resulting type after dereferencing.