#[repr(transparent)]pub struct PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
 
impl<'a> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
pub fn device_memory_report(self, device_memory_report: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
 
pub fn build(self) -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
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.