Get information about the current graphics card

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By george12teodor

Currently i am working on a debugger for my game.I searched on google how to get information about the graphics card but i only get results about troubleshooting problems with the grapics card in godot.So,how can i get information about the graphics card(like name,VRAM,etc) through gdscript?

:bust_in_silhouette: Reply From: avencherus

Some information can be queried. There are some things found in OS, such as OS — Godot Engine (stable) documentation in English

Then there are some things you can get from Performance monitors.

:bust_in_silhouette: Reply From: george12teodor

Ifound out that there is also some info inside the Engine class for the debugger.Thanks anyway!