this post was submitted on 19 Apr 2024
97 points (99.0% liked)

Godot

5582 readers
153 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 26 points 4 months ago

I really like reading these kinds of optimizing posts, it's usually a quite thankless task but really amazing

[โ€“] [email protected] 2 points 4 months ago

This is the best summary I could come up with:


The Godot game engine has spent the past number of months collaborating with Google and The Forge to bring performance optimizations to their Vulkan back-end.

Some of the accomplished work includes utilizing unified membry architecture (UMA) buffers where possible, replacing large push constants with dynamic uniform buffers, optimizing descriptor sets and descriptor set batching, and optimizing swapchain operations.

There's also been some Android-specific work such as supporting the Android Thermal API and Swappy frame-pacing with the Google AGDK.

In testing on mobile devices, the improved code is showing a consistent 10~20% lower GPU frame-time.

The work is currently maintained in a separate code branch and there is this big pull request with the optimizations made over the past several months.

More details on the work of this Vulkan collaboration with Google and The Forge can be found via the Godot Engine blog.


The original article contains 210 words, the summary contains 142 words. Saved 32%. I'm a bot and I'm open source!