Render geometry behind everything else

Going to try that out too. i have a very fragile setup that works with nsight and gdebugger. it takes a while to setup for a new application, so this is might be a solution for me too

2 Likes

Iā€™d been working on this single problem for several days straight, so I took a break from this problem to work on other API issues, which ended up as a complete refactoring again, so this issue may not be relevant anymore.

Chronological render order: gBuffer (not displayed), deferred, sky, transparent, gui, post-filter, translucent.

Visual render order: sky, transparent, gui, post-filter, translucent, deferred.

I tried composing a picture that would illustrate the problem, but it ended up more confusing than anything else. Sorry.