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