Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support cull useless pass in render graph #83

Open
yangfengzzz opened this issue Sep 4, 2023 · 1 comment
Open

support cull useless pass in render graph #83

yangfengzzz opened this issue Sep 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@yangfengzzz
Copy link

After reading render graph code, I found the usage of render graph only is to manage transcient resource and set barrier. I think rg should use to cull useless pass too, if the pass is note releated to the final image(backboard resource)

or maybe there already have this feature in Kajiya? I don't find any related code.

@yangfengzzz yangfengzzz added the enhancement New feature or request label Sep 4, 2023
@h3r2tic
Copy link
Collaborator

h3r2tic commented Sep 11, 2023

Hey! Yeah, render graphs can certainly remove unnecessary passes, but as you correctly note, the implementation in kajiya doesn't.

What's the purpose of this issue? Is this something that you'd like to contribute, or just wanted to ask a question?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants