[Improvement] (Getter): better glGetString with GPU name

This commit is contained in:
2025-06-22 19:57:41 +08:00
parent e959126ac0
commit a8ae34b3bd
4 changed files with 73 additions and 2 deletions
@@ -8,7 +8,11 @@
#include "../../../../Includes.h"
namespace MG_GL::Getter {
const std::string GetGPUName();
const std::string GetBackendName();
const std::string GetBackendGfxAPIName();
const uint32_t GetBackendGfxAPIVersionMajor();
const uint32_t GetBackendGfxAPIVersionMinor();
const std::string GetMGName();
void LogMGInfo();
}