Latest offscreen Activity
Ok I made it.
My own rendering architecture confused me.
I had to make some adjustments to accommodate offscreen rendering.
What you have to do:
- all rendering is made offscreen, exactly the same way you did before (same bindings etc.) with the only difference being that now you use a render target that…
I've refactored the rendering system in my engine.
The old way of rendering was complete in SDR.
In this update I created a separate off screen framebuffer that everything is rendered to first.
This offscreen framebuffer is a float framebuffer, and can store values outside of the normal [0,1] r…
Advertisement
Advertisement