Skip to content

Image atomics #20

@Duttenheim

Description

@Duttenheim

Atomic image operations in SPIRV are handled as getting a pointer to image data as a normal scalar and doing atomic operations on it.

  • Add intrinsic to get a pointer to a texel (with format).
  • Investigate how it's done in DXIL
  • Add a feature switch in case the language doesn't support them
  • Make sure the typeless atomics (Load/Store/Exchange) have overloads for floats.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions