How can I make a label that would display GPU usage and VRAM information?

Godot Version

4.4

Question

I would like to make a label at the top left corner showing the GPU Utilization and VRAM information, but I’m not sure if this is possible yet in Godot.

https://godotengine.org/asset-library/asset/1902

You can either use this addon to do so, or look at it’s source code to see how to retrieve these informations easily.

3 Likes

Confirming that it’s working.