Struct ash::vk::PhysicalDeviceShaderAtomicInt64Features [−][src]
#[repr(C)]pub struct PhysicalDeviceShaderAtomicInt64Features { pub s_type: StructureType, pub p_next: *mut c_void, pub shader_buffer_int64_atomics: Bool32, pub shader_shared_int64_atomics: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
shader_buffer_int64_atomics: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDeviceShaderAtomicInt64Features
impl !Sync for PhysicalDeviceShaderAtomicInt64Features
Blanket Implementations
Mutably borrows from an owned value. Read more