budblack
Results
2
comments of
budblack
I want to read the fbo data. Should I call function `regl.read()` in a command call situation? Or there is some mistake in my code cause fbo not be filled?
OMG, works if I set `depth: false` of fbo. ```js const fbo = regl.framebuffer({ width, height, depth: false }); ``` BUT WHY?