🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Any tutorial on Multipass Rendering?

Started by
10 comments, last by swiftcoder 3 years, 4 months ago

Key_C0de said:
Should I even bother sorting the Passes though (in my small game engine)?

It's probably not necessary. I make the programmer order them correctly in the first place - the API uses scoped handles for inputs/outputs, so it's impossible to feed the output of a later stage into an earlier one.

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]

This topic is closed to new replies.

Advertisement