Skip to content

[naga spv-in] Support atomic operations on fields of global structs #6683

Closed
@schell

Description

@schell

Currently when an atomic operation is performed on a field in a global struct, the SPIR-V frontend's atomic upgrade machinery upgrades all of the fields in the struct errs with ``.

It should upgrade successfully without performing type upgrades on all fields.
In other words, upgrades should be done only for the one field that gets used atomically.

Part of

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