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