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

@@ -1419,7 +1419,7 @@ public:
INFO_VERTEX_MEM_USED,
};
virtual int get_render_info(RenderInfo p_info) = 0;
virtual uint64_t get_render_info(RenderInfo p_info) = 0;
virtual String get_video_adapter_name() const = 0;
virtual String get_video_adapter_vendor() const = 0;