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