Rezmason
|
e39c26a95a
|
The delimiter between WGSL struct fields is now a comma, which is also the delimiter between parameters in angle brackets, so gpu-buffer needs to be a little cleverer with the lines it separates.
|
2022-04-30 18:16:33 -07:00 |
|
Rezmason
|
dfef272246
|
Binding syntax changes
|
2022-04-30 18:16:33 -07:00 |
|
Rezmason
|
b26155d20e
|
Adding some more comments. Destructuring the context object in the pass modules. A little code cleanup in bloomPass. Changing the endPass sampler to be cheaper.
|
2021-11-15 01:05:05 -08:00 |
|
Rezmason
|
9c861fd50b
|
Replacing the final copyToTexture call with a tiny render pass, so that the postprocessing passes can be compute shaders working off of storage textures instead.
|
2021-11-11 08:24:30 -08:00 |
|