Struct ash::vk::PerformanceQuerySubmitInfoKHRBuilder
source · #[repr(transparent)]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) -> Self
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.