pub type PhysicalDeviceShaderAtomicInt64FeaturesKHR<'a> = PhysicalDeviceShaderAtomicInt64Features<'a>;
Aliased Type§
struct PhysicalDeviceShaderAtomicInt64FeaturesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_buffer_int64_atomics: u32,
pub shader_shared_int64_atomics: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§shader_buffer_int64_atomics: u32
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> PhysicalDeviceShaderAtomicInt64Features<'a>
impl<'a> PhysicalDeviceShaderAtomicInt64Features<'a>
pub fn shader_buffer_int64_atomics( self, shader_buffer_int64_atomics: bool, ) -> Self
Trait Implementations
Source§impl<'a> Clone for PhysicalDeviceShaderAtomicInt64Features<'a>
impl<'a> Clone for PhysicalDeviceShaderAtomicInt64Features<'a>
Source§fn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features<'a>
fn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more