RWByteAddressBuffer.InterlockedAddF64
Description
Signature
void RWByteAddressBuffer.InterlockedAddF64( uint byteAddress, double valueToAdd, out double originalValue);
Parameters
byteAddress : uint
valueToAdd : double
originalValue : double
Availability and Requirements
Defined for the following targets:
cuda
Available in all stages.
spirv
Available in all stages.
Requires capability: spvAtomicFloat64AddEXT
.