Skip to content

Commit

Permalink
Fix link in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy committed Sep 4, 2022
1 parent 90eb399 commit 94ce763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ WGSL is always supported by default, but GLSL and SPIR-V need features enabled t

Note that the WGSL specification is still under development,
so the [draft specification][wgsl spec] does not exactly describe what `wgpu` supports.
See [below](https://github.com/jimblandy/wgpu/tree/doc-wgsl-version#tracking-the-webgpu-and-wgsl-draft-specifications) for details.
See [below](#tracking-the-webgpu-and-wgsl-draft-specifications) for details.

To enable SPIR-V shaders, enable the `spirv` feature of wgpu.
To enable GLSL shaders, enable the `glsl` feature of wgpu.
Expand Down

0 comments on commit 94ce763

Please sign in to comment.