#[repr(transparent)]pub struct QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
impl<'a> QueryPoolPerformanceQueryCreateInfoINTELBuilder<'a>
pub fn performance_counters_sampling( self, performance_counters_sampling: QueryPoolSamplingModeINTEL ) -> Self
sourcepub fn build(self) -> QueryPoolPerformanceQueryCreateInfoINTEL
pub fn build(self) -> QueryPoolPerformanceQueryCreateInfoINTEL
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.