mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
GLUtil: Change return type from GLuint to GLenum for OpenGL_ReportGLError.
This commit is contained in:
parent
2f48d71ddf
commit
3509a6d03e
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ void InitInterface();
|
|||
GLuint OpenGL_CompileProgram(const char *vertexShader, const char *fragmentShader);
|
||||
|
||||
// Error reporting - use the convenient macros.
|
||||
GLuint OpenGL_ReportGLError(const char *function, const char *file, int line);
|
||||
GLenum OpenGL_ReportGLError(const char *function, const char *file, int line);
|
||||
bool OpenGL_ReportFBOError(const char *function, const char *file, int line);
|
||||
|
||||
#if defined(_DEBUG) || defined(DEBUGFAST)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue