#[repr(transparent)]pub struct DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
pub fn flags(self, flags: DeviceMemoryReportFlagsEXT) -> Self
pub fn pfn_user_callback( self, pfn_user_callback: PFN_vkDeviceMemoryReportCallbackEXT ) -> Self
pub fn user_data(self, user_data: *mut c_void) -> Self
sourcepub fn build(self) -> DeviceDeviceMemoryReportCreateInfoEXT
pub fn build(self) -> DeviceDeviceMemoryReportCreateInfoEXT
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.