Skip to content

Commit

Permalink
devlog
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Sep 18, 2024
1 parent 8d85a93 commit e1e162d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions DEVLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ title: devlog

<!-- 🤞 -->

## Wed Sep 18, 2024

### nlnet updates

[#5824](https://github.com/gfx-rs/wgpu/pull/5824) merged! This means that in the next release
of `wgpu`, most of the SPIR-V atomic ops will be supported!

Thank you @jimb!

I ended up cutting out support of `OpAtomicFlagClear` and `OpAtomicFlagTestAndSet` at the
last minute because I didn't have tests for them in place, and they can't be generated from
`rust-gpu`, which is what I use to generate my SPIR-V shaders (this is also why I didn't
have tests for them).

Also there is one other unsupported op - `OpAtomicCompareExchange`. That one will take a little
more infrastructure to support, as the types involved in the WGSL side are a bit more complicated.
But all in all, I think this part of the project is a success!

## Mon Sep 16, 2024

### nlnet updates
Expand Down

0 comments on commit e1e162d

Please sign in to comment.