#[repr(C)]pub struct PhysicalDeviceShaderAtomicInt64Features {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_buffer_int64_atomics: u32,
pub shader_shared_int64_atomics: u32,
}Expand description
VkPhysicalDeviceShaderAtomicInt64Features
Provided by VK_COMPUTE_VERSION_1_2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES.
p_next: *mut c_voidOptional, may be null.
shader_buffer_int64_atomics: u32Implementations§
Source§impl PhysicalDeviceShaderAtomicInt64Features
impl PhysicalDeviceShaderAtomicInt64Features
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderAtomicInt64FeaturesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderAtomicInt64FeaturesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderAtomicInt64Features
impl Clone for PhysicalDeviceShaderAtomicInt64Features
Source§fn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features
fn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features
Returns a duplicate 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 moreSource§impl Default for PhysicalDeviceShaderAtomicInt64Features
impl Default for PhysicalDeviceShaderAtomicInt64Features
Source§fn default() -> PhysicalDeviceShaderAtomicInt64Features
fn default() -> PhysicalDeviceShaderAtomicInt64Features
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceShaderAtomicInt64Features
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderAtomicInt64Features
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderAtomicInt64Features
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderAtomicInt64Features
impl RefUnwindSafe for PhysicalDeviceShaderAtomicInt64Features
impl !Send for PhysicalDeviceShaderAtomicInt64Features
impl !Sync for PhysicalDeviceShaderAtomicInt64Features
impl Unpin for PhysicalDeviceShaderAtomicInt64Features
impl UnsafeUnpin for PhysicalDeviceShaderAtomicInt64Features
impl UnwindSafe for PhysicalDeviceShaderAtomicInt64Features
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more