#[repr(C)]
pub struct PhysicalDeviceShaderAtomicFloatFeaturesEXT {
Show 14 fields pub sType: StructureType, pub pNext: *mut c_void, pub shaderBufferFloat32Atomics: Bool32, pub shaderBufferFloat32AtomicAdd: Bool32, pub shaderBufferFloat64Atomics: Bool32, pub shaderBufferFloat64AtomicAdd: Bool32, pub shaderSharedFloat32Atomics: Bool32, pub shaderSharedFloat32AtomicAdd: Bool32, pub shaderSharedFloat64Atomics: Bool32, pub shaderSharedFloat64AtomicAdd: Bool32, pub shaderImageFloat32Atomics: Bool32, pub shaderImageFloat32AtomicAdd: Bool32, pub sparseImageFloat32Atomics: Bool32, pub sparseImageFloat32AtomicAdd: Bool32,
}

Fields§

§sType: StructureType§pNext: *mut c_void§shaderBufferFloat32Atomics: Bool32§shaderBufferFloat32AtomicAdd: Bool32§shaderBufferFloat64Atomics: Bool32§shaderBufferFloat64AtomicAdd: Bool32§shaderSharedFloat32Atomics: Bool32§shaderSharedFloat32AtomicAdd: Bool32§shaderSharedFloat64Atomics: Bool32§shaderSharedFloat64AtomicAdd: Bool32§shaderImageFloat32Atomics: Bool32§shaderImageFloat32AtomicAdd: Bool32§sparseImageFloat32Atomics: Bool32§sparseImageFloat32AtomicAdd: Bool32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.