Migrated changes to WebGPU

This commit is contained in:
Rezmason
2022-09-16 21:08:00 -07:00
parent ab280a95d3
commit 9ab9924294
15 changed files with 181 additions and 179 deletions

View File

@@ -2,9 +2,9 @@ precision highp float;
// This shader is the star of the show.
// It writes falling rain to the channels of a data texture:
// R: brightness
// G: unused
// B: whether the cell is a "cursor"
// R: raindrop brightness
// G: whether the cell is a "cursor"
// B: unused
// A: unused
// Listen.