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