Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

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.

On this page
  • RWByteAddressBuffer.InterlockedAddF64
    • Description
    • Signature
    • Parameters
      • byteAddress : uint
      • valueToAdd : double
      • originalValue : double
    • Availability and Requirements
      • cuda
      • spirv