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