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
Currently, SSAO is required for deferred shading to work. It should be optional, especially as it's a very performance-intensive feature.
When the SSAO component isn't present in the render target, graphics should still be rendered, just without SSAO.
The text was updated successfully, but these errors were encountered:
tomas7770
Successfully merging a pull request may close this issue.
Problem
Currently, SSAO is required for deferred shading to work. It should be optional, especially as it's a very performance-intensive feature.
Solution
When the SSAO component isn't present in the render target, graphics should still be rendered, just without SSAO.
The text was updated successfully, but these errors were encountered: