Skip to content

Commit

Permalink
add wgpu / wgsl specs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikoloff committed Dec 19, 2024
1 parent 73b1ce8 commit 7d5f33e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ WebGPU is still considered experimental technology and might not be implemented
6. [Physically Based Bloom](https://learnopengl.com/Guest-Articles/2022/Phys.-Based-Bloom)
7. [Cascaded Shadow Mapping](https://learnopengl.com/Guest-Articles/2021/CSM)
8. [Satin - A 3D Graphics Framework built on Apple's Metal](https://github.com/Hi-Rez/Satin)
9. [WebGPU Spec](https://www.w3.org/TR/webgpu/)
10. [WGSL Spec](https://www.w3.org/TR/WGSL/)

## Running Locally

Expand Down

0 comments on commit 7d5f33e

Please sign in to comment.