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