Struct screen_13::prelude::vk::PerformanceQuerySubmitInfoKHRBuilder
source · pub struct PerformanceQuerySubmitInfoKHRBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PerformanceQuerySubmitInfoKHRBuilder<'a>
impl<'a> PerformanceQuerySubmitInfoKHRBuilder<'a>
pub fn counter_pass_index(
self,
counter_pass_index: u32
) -> PerformanceQuerySubmitInfoKHRBuilder<'a>
sourcepub fn build(self) -> PerformanceQuerySubmitInfoKHR
pub fn build(self) -> PerformanceQuerySubmitInfoKHR
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 PerformanceQuerySubmitInfoKHRBuilder<'a>
impl<'a> Deref for PerformanceQuerySubmitInfoKHRBuilder<'a>
§type Target = PerformanceQuerySubmitInfoKHR
type Target = PerformanceQuerySubmitInfoKHR
The resulting type after dereferencing.