mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
fix opengl debug build on win32
This commit is contained in:
parent
a92f6f68d6
commit
72d49e05a7
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ void ApplySSAASettings() {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, void* userParam)
|
void GLAPIENTRY ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, void* userParam)
|
||||||
{
|
{
|
||||||
// GLES3 doesn't natively support this
|
// GLES3 doesn't natively support this
|
||||||
// XXX: Include GLES2 extensions header so we can use this
|
// XXX: Include GLES2 extensions header so we can use this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue