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

Add SSAO resolution scale #1423

Open
tomas7770 opened this issue Dec 22, 2024 · 0 comments · May be fixed by #1424
Open

Add SSAO resolution scale #1423

tomas7770 opened this issue Dec 22, 2024 · 0 comments · May be fixed by #1424
Assignees
Labels
A-Engine B-Rendering C-Optimization P-Urgent This issue is a big priority, and it would be good to close it ASAP
Milestone

Comments

@tomas7770
Copy link
Contributor

Problem

SSAO is a big performance bottleneck, especially when rendered at the full screen resolution.

Solution

Rendering SSAO at a lower resolution (e.g. half) can still achieve good results with much lower performance cost. A scale value can be added to the component to configure resolution.

@tomas7770 tomas7770 added A-Engine B-Rendering C-Optimization P-Urgent This issue is a big priority, and it would be good to close it ASAP labels Dec 22, 2024
@tomas7770 tomas7770 self-assigned this Dec 22, 2024
@tomas7770 tomas7770 added this to the 0.6 milestone Dec 22, 2024
@tomas7770 tomas7770 linked a pull request Dec 22, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Engine B-Rendering C-Optimization P-Urgent This issue is a big priority, and it would be good to close it ASAP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant