mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +09:00
Add replay ram usage estimation
This commit is contained in:
@@ -18,6 +18,10 @@ namespace gsr {
|
||||
window.draw(text);
|
||||
}
|
||||
|
||||
void Label::set_text(std::string str) {
|
||||
text.set_string(std::move(str));
|
||||
}
|
||||
|
||||
mgl::vec2f Label::get_size() {
|
||||
if(!visible)
|
||||
return {0.0f, 0.0f};
|
||||
|
||||
Reference in New Issue
Block a user