[Feat] (MG_Impl/EGLImpl): Implement eglQueryString

This commit is contained in:
2026-01-14 22:50:40 +08:00
parent c7ca2fecf2
commit 97cbb35dbd
4 changed files with 13 additions and 0 deletions
@@ -28,6 +28,7 @@ namespace MobileGL {
EGLBoolean BindAPI(EGLenum api);
EGLSurface GetCurrentSurface(EGLint readdraw);
EGLBoolean QuerySurface(EGLDisplay display, EGLSurface surface, EGLint attribute, EGLint* value);
char const * QueryString(EGLDisplay display, EGLint name);
EGLBoolean SwapInterval(EGLDisplay dpy, EGLint interval);
EGLBoolean SwapBuffers(EGLDisplay dpy, EGLSurface draw);
EGLSurface CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list);