-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 tutorial for reducing pipeline compilation stutters. #10007
Conversation
851309d
to
8326a85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I left a few suggestions to add more detail and improve grammar. This is going to be very helpful for users
We might want to link to this page from https://docs.godotengine.org/en/stable/tutorials/rendering/jitter_stutter.html. |
The PR has been merged, marking ready for review. |
It's nice to finally get some documentation on what can cause compilation stutters, but we'll also need to be sure to keep it up to date as the renderer changes. Is there some process we could come up with to make sure this happens? |
Probably not worth it. My end goal in the long term would be for this article to not even need to exist in the first place. It's just that to get there it'll require the generalization of a lot of systems to go through something that dictates the rendering at a higher level and allows the engine to know in advance everything that will be required. I think manual updates will suffice for the time being. |
Please convert the image to the |
Tutorial for the new functionality added by godotengine/godot#90400
Thanks, done! |
Thank you for taking the time to document this awesome work of yours :) Merged. |
Tutorial for the new functionality added by godotengine/godot#90400.
Doesn't need to be merged until the PR is merged.
The tutorial is aimed at users familiar with the engine but it should not require them to be rendering experts. Suggestions on what content to include and adjusting the grammar are welcome.