1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Fix negative VRAM values

This commit is contained in:
Ev1lbl0w
2021-03-09 09:51:17 +00:00
parent f79b8474ab
commit bae4b0c952
12 changed files with 12 additions and 12 deletions

View File

@@ -601,7 +601,7 @@ public:
virtual void render_info_end_capture() = 0;
virtual int get_captured_render_info(VS::RenderInfo p_info) = 0;
virtual int get_render_info(VS::RenderInfo p_info) = 0;
virtual uint64_t get_render_info(VS::RenderInfo p_info) = 0;
virtual String get_video_adapter_name() const = 0;
virtual String get_video_adapter_vendor() const = 0;