mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-15 21:09:29 -07:00
Contemplating my next steps.
This commit is contained in:
2
TODO.txt
2
TODO.txt
@@ -7,7 +7,7 @@ WebGPU
|
||||
The other passes should be a breeze
|
||||
Just add them to the render bundle
|
||||
|
||||
|
||||
Make sure you got CORS right in the texture fetch
|
||||
Update links in issues
|
||||
|
||||
std140
|
||||
|
||||
@@ -41,7 +41,7 @@ export default (regl, config, inputs) => {
|
||||
// A 2D gaussian blur is just a 1D blur done horizontally, then done vertically.
|
||||
// The FBO pyramid's levels represent separate levels of detail;
|
||||
// by blurring them all, this basic blur approximates a more complex gaussian:
|
||||
// https://software.intel.com/en-us/articles/compute-shader-hdr-and-bloom
|
||||
// https://web.archive.org/web/20191124072602/https://software.intel.com/en-us/articles/compute-shader-hdr-and-bloom
|
||||
|
||||
const blurFrag = loadText("shaders/glsl/blur.frag.glsl");
|
||||
const blur = regl({
|
||||
|
||||
Reference in New Issue
Block a user