Struct ash::vk::DebugReportCallbackCreateInfoEXTBuilder
source · #[repr(transparent)]pub struct DebugReportCallbackCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DebugReportCallbackCreateInfoEXTBuilder<'a>
impl<'a> DebugReportCallbackCreateInfoEXTBuilder<'a>
pub fn flags(self, flags: DebugReportFlagsEXT) -> Self
pub fn pfn_callback(self, pfn_callback: PFN_vkDebugReportCallbackEXT) -> Self
pub fn user_data(self, user_data: *mut c_void) -> Self
sourcepub fn build(self) -> DebugReportCallbackCreateInfoEXT
pub fn build(self) -> DebugReportCallbackCreateInfoEXT
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.