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