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-17 05:49:30 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
068e366e3082c690a70c7dfb208c9358a4d40f3b
matrix
/
shaders
/
wgsl
History
Rezmason
b6570de106
Fixed some major bugs: the WebGPU cache should store loaded images and text, never GPU resource handles; renamed renderer "formulate" to "configure"; WebGPU renderer's configure function needs early returns after each major await, in case there's a new config; the render loops are now locally stored closures; renderers now have start and stop functions; fixed bugs in the REGL and WebGPU mirror passes; WebGPU bloom pass now enforces texture dimensions are greater than zero; the react component now stores the renderer type in a useRef and returns early from renderer init awaits to prevent multiple renderers from instantiating.
2025-05-25 03:30:26 -07:00
..
bloomBlur.wgsl
WGSL now requires casting before >= I guess
2022-11-01 08:07:08 -07:00
bloomCombine.wgsl
Removing some unused code from bloom
2022-11-01 08:07:34 -07:00
endPass.wgsl
Updating WebGPU project to satisfy Chrome Canary
2022-08-07 19:17:22 -07:00
imagePass.wgsl
WGSL now requires casting before >= I guess
2022-11-01 08:07:08 -07:00
mirrorPass.wgsl
WGSL now requires casting before >= I guess
2022-11-01 08:07:08 -07:00
palettePass.wgsl
WGSL now requires casting before >= I guess
2022-11-01 08:07:08 -07:00
rainPass.wgsl
Fixed some major bugs: the WebGPU cache should store loaded images and text, never GPU resource handles; renamed renderer "formulate" to "configure"; WebGPU renderer's configure function needs early returns after each major await, in case there's a new config; the render loops are now locally stored closures; renderers now have start and stop functions; fixed bugs in the REGL and WebGPU mirror passes; WebGPU bloom pass now enforces texture dimensions are greater than zero; the react component now stores the renderer type in a useRef and returns early from renderer init awaits to prevent multiple renderers from instantiating.
2025-05-25 03:30:26 -07:00
stripePass.wgsl
WGSL now requires casting before >= I guess
2022-11-01 08:07:08 -07:00