Struct ash::vk::DebugMarkerObjectTagInfoEXTBuilder
source · #[repr(transparent)]pub struct DebugMarkerObjectTagInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DebugMarkerObjectTagInfoEXTBuilder<'a>
impl<'a> DebugMarkerObjectTagInfoEXTBuilder<'a>
pub fn object_type(self, object_type: DebugReportObjectTypeEXT) -> Self
pub fn object(self, object: u64) -> Self
pub fn tag_name(self, tag_name: u64) -> Self
pub fn tag(self, tag: &'a [u8]) -> Self
sourcepub fn build(self) -> DebugMarkerObjectTagInfoEXT
pub fn build(self) -> DebugMarkerObjectTagInfoEXT
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.