pub struct QueryPoolPerformanceCreateInfoKHRBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> QueryPoolPerformanceCreateInfoKHRBuilder<'a>
impl<'a> QueryPoolPerformanceCreateInfoKHRBuilder<'a>
pub fn queue_family_index( self, queue_family_index: u32 ) -> QueryPoolPerformanceCreateInfoKHRBuilder<'a>
pub fn counter_indices( self, counter_indices: &'a [u32] ) -> QueryPoolPerformanceCreateInfoKHRBuilder<'a>
sourcepub fn build(self) -> QueryPoolPerformanceCreateInfoKHR
pub fn build(self) -> QueryPoolPerformanceCreateInfoKHR
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.
Trait Implementations§
source§impl<'a> Deref for QueryPoolPerformanceCreateInfoKHRBuilder<'a>
impl<'a> Deref for QueryPoolPerformanceCreateInfoKHRBuilder<'a>
§type Target = QueryPoolPerformanceCreateInfoKHR
type Target = QueryPoolPerformanceCreateInfoKHR
The resulting type after dereferencing.