Skip to content

Commit

Permalink
docs(shaders): init shaders readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JMBeresford committed Jan 25, 2024
1 parent d6fb685 commit 8a1b6f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Other packages are planned to expose additional APIs:
## Packages

- [core]
- shaders - TODO
- [shaders]
- forward - TODO
- react - TODO

Expand All @@ -50,3 +50,4 @@ npm i @webgpu-kit/core
```

[core]: ./packages/core/
[shaders]: ./packages/shaders/
6 changes: 6 additions & 0 deletions packages/shaders/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @webgpu-kit/shaders

### A collection of reusable WGSL shader chunks for webGPU

> UNDER HEAVY DEVELOPMENT
> Expect frequent breaking changes

0 comments on commit 8a1b6f0

Please sign in to comment.