feat: add opengl version cpu gpu info show

This commit is contained in:
2026-04-17 10:44:06 +08:00
parent b07adea771
commit 2f1edc4723
3 changed files with 48 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ public:
Text& operator=(Text&&) noexcept = delete;
Text& color(Color color);
//Text& color(const glm::vec4& color, int pos);
Text& name(std::string_view name);
Text& position(float x, float y);
Text& scale(float s);
Text& text(std::string_view str);