[Feat] (MG_Impl/EGL): Implement a simplified egl temporarily.

This commit is contained in:
BZLZHH
2025-07-11 19:16:56 +08:00
parent 3078667e1d
commit f928661045
6 changed files with 250 additions and 28 deletions
@@ -1,6 +1,8 @@
#include "../../../Includes.h"
namespace MG_Impl::GLXImpl {
// TODO: Implement complete glx functionality
void* GetProcAddress(const char* name) {
MGLOG_D("glXGetProcAddress(\"%s\")", name);
void* proc = dlsym(RTLD_DEFAULT, (const char*)name);