Render on other render targets starting from one already rendered on
- by JTulip
I have to perform a double pass convolution on a texture that is actually the color attachment of another render target, and store it in the color attachment of ANOTHER render target. This must be done multiple time, but using the same texture as starting point
What I do now is (a bit abstracted, but what I have abstract is guaranteed to work…