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