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