Struct ash::vk::PerformanceMarkerInfoINTELBuilder
source · #[repr(transparent)]pub struct PerformanceMarkerInfoINTELBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PerformanceMarkerInfoINTELBuilder<'a>
impl<'a> PerformanceMarkerInfoINTELBuilder<'a>
pub fn marker(self, marker: u64) -> Self
sourcepub fn build(self) -> PerformanceMarkerInfoINTEL
pub fn build(self) -> PerformanceMarkerInfoINTEL
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.