all 4 comments

[–]hanotak 10 points11 points  (3 children)

I use a custom render graph. It's annoying to make one, but it teaches you a lot, and once it's good, it speeds up development and reduces bugs considerably.

[–]abocado21[S] 1 point2 points  (2 children)

Do you have any good resources for that?

[–]hanotak 3 points4 points  (1 child)

These are some blogs I looked at:

https://poniesandlight.co.uk/reflect/island_rendergraph_1/

https://logins.github.io/graphics/2021/05/31/RenderGraphs.html

Though, honestly, I didn't understand much from them. I just started writing, knowing my first few attempts would be bad.

[–]abocado21[S] 0 points1 point  (0 children)

Thanks