Struct ash::vk::PhysicalDeviceShaderAtomicInt64FeaturesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceShaderAtomicInt64FeaturesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn shader_buffer_int64_atomics(
self,
shader_buffer_int64_atomics: bool
) -> PhysicalDeviceShaderAtomicInt64FeaturesBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceShaderAtomicInt64Features>
Trait Implementations
The resulting type after dereferencing.