Writing Shaders
#Learning WGSL
We recommend these resources to learn how to write WGSL shaders:
- Read Tour of WGSL for an introduction tutorial.
- The WGSL spec.
- Mozilla MDN WebGPU docs.
- You will find good recommendations about WebGPU in general in https://github.com/mikbry/awesome-webgpu
- wesl-js examples
- Join your favorite community: WESL Discord, Bevy Discord, Rust GameDev Discord, WebGPU matrix
#Learning WESL Extensions
WESL is a superset of WGSL. See WESL extensions for new features.