[Improvement] (GL_Getter.*): Code improvement.

This commit is contained in:
BZLZHH
2025-05-01 22:18:48 +08:00
parent f1aad43a3c
commit 369b9b320b
2 changed files with 11 additions and 18 deletions
@@ -8,9 +8,9 @@
#include "../../../../Includes.h"
namespace MG_GL::GL {
const ::GLubyte* GetString(GLenum name);
const ::GLubyte* GetStringi(GLenum name, GLuint index);
::GLenum GetError();
const GLubyte* GetString(GLenum name);
const GLubyte* GetStringi(GLenum name, GLuint index);
GLenum GetError();
void GetIntegerv(GLenum pname, GLint *params);
}