Struct ash::vk::QueryPoolPerformanceCreateInfoKHRBuilder
source · #[repr(transparent)]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) -> Self
pub fn counter_indices(self, counter_indices: &'a [u32]) -> Self
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.