1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix negative VRAM values

This commit is contained in:
Ev1lbl0w
2021-03-05 21:48:11 +00:00
parent 3ff56719fc
commit 1f0b60c47d
8 changed files with 8 additions and 8 deletions

View File

@@ -901,7 +901,7 @@ public:
/* STATUS INFORMATION */
virtual int get_render_info(RenderInfo p_info) override;
virtual uint64_t get_render_info(RenderInfo p_info) override;
virtual String get_video_adapter_name() const override;
virtual String get_video_adapter_vendor() const override;