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