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
) -> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceDeviceMemoryReportFeaturesEXT
type Target = PhysicalDeviceDeviceMemoryReportFeaturesEXT
The resulting type after dereferencing.