Fix negative VRAM values
This commit is contained in:
parent
3ff56719fc
commit
1f0b60c47d
8 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue