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