Struct ash::vk::PhysicalDevicePerformanceQueryPropertiesKHRBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a> { /* fields omitted */ }
Implementations
pub fn allow_command_buffer_query_copies(
self,
allow_command_buffer_query_copies: bool
) -> PhysicalDevicePerformanceQueryPropertiesKHRBuilder<'a>
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.
Methods from Deref<Target = PhysicalDevicePerformanceQueryPropertiesKHR>
Trait Implementations
The resulting type after dereferencing.