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
) -> PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
impl<'a> Deref for PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
§type Target = PhysicalDevicePerformanceQueryPropertiesKHR
type Target = PhysicalDevicePerformanceQueryPropertiesKHR
The resulting type after dereferencing.