Struct screen_13::prelude::vk::DebugUtilsObjectNameInfoEXTBuilder
source · pub struct DebugUtilsObjectNameInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DebugUtilsObjectNameInfoEXTBuilder<'a>
impl<'a> DebugUtilsObjectNameInfoEXTBuilder<'a>
pub fn object_type(
self,
object_type: ObjectType
) -> DebugUtilsObjectNameInfoEXTBuilder<'a>
pub fn object_handle(
self,
object_handle: u64
) -> DebugUtilsObjectNameInfoEXTBuilder<'a>
pub fn object_name(
self,
object_name: &'a CStr
) -> DebugUtilsObjectNameInfoEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for DebugUtilsObjectNameInfoEXTBuilder<'a>
impl<'a> Deref for DebugUtilsObjectNameInfoEXTBuilder<'a>
§type Target = DebugUtilsObjectNameInfoEXT
type Target = DebugUtilsObjectNameInfoEXT
The resulting type after dereferencing.