This website requires JavaScript.
Explore
Help
Register
Sign In
eric
/
matrix
Watch
1
Star
0
Fork
0
You've already forked matrix
mirror of
https://github.com/Rezmason/matrix.git
synced
2026-04-15 21:09:29 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6f588828512d6b0cdb7ba410cd5e2bc23ff82cda
matrix
/
js
/
webgpu
History
Rezmason
6f58882851
The MSDF stuff shouldn't be in its own uniform buffer. This is basically config stuff.
...
Added a compute pass that currently does nothing while I learn how to make use of it.
2021-10-31 20:00:11 -07:00
..
main.js
The MSDF stuff shouldn't be in its own uniform buffer. This is basically config stuff.
2021-10-31 20:00:11 -07:00
std140.js
Passing all the rain pass configs through a giant struct into the rain shader. I've included the compute shader fields, because I have hope that the compute pass can use the same shader module.
2021-10-30 13:48:28 -07:00
utils.js
Finding ways to construct WebGPU descriptors more concisely. Moving some functions to webgpu's utils.js.
2021-10-30 08:40:42 -07:00