We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I already have a concept for this but I dunno if it will work.
I think if we pipe the output of one shader into another, we can combine the effect of two shader or more together.
Say I want to have both natural color and video upscale, I can pipe the output of the video upscale shader into natural color shader.
I really want to be able to use multiple shaders at once because it would even enhance the experience even more
The text was updated successfully, but these errors were encountered:
There is support for doing it with some shader file editing:
#12905
I seem to recall that we had a PR with some easy UI for it too? Hm
Sorry, something went wrong.
UI is in #12924, I missed this issues in search so I forgot to mention it in the PR
Oh right, that PR had such an obscure name I couldn't find it, heh. Renamed it :)
This can be closed now? Postprocessing: User chain support #12924 already merge to main
No branches or pull requests
I already have a concept for this but I dunno if it will work.
I think if we pipe the output of one shader into another, we can combine the effect of two shader or more together.
Say I want to have both natural color and video upscale, I can pipe the output of the video upscale shader into natural color shader.
I really want to be able to use multiple shaders at once because it would even enhance the experience even more
The text was updated successfully, but these errors were encountered: