Struct ash::vk::DebugMarkerMarkerInfoEXTBuilder
source · #[repr(transparent)]pub struct DebugMarkerMarkerInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DebugMarkerMarkerInfoEXTBuilder<'a>
impl<'a> DebugMarkerMarkerInfoEXTBuilder<'a>
pub fn marker_name(self, marker_name: &'a CStr) -> Self
pub fn color(self, color: [f32; 4]) -> Self
sourcepub fn build(self) -> DebugMarkerMarkerInfoEXT
pub fn build(self) -> DebugMarkerMarkerInfoEXT
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.