Revert "Fix compile error in gpu_debug (incompatible-pointer-type)."
This reverts commit 75cfc81ec3
.
This commit is contained in:
@@ -162,7 +162,7 @@ const char *gpuErrorString(GLenum err)
|
||||
static void APIENTRY gpu_debug_proc(
|
||||
GLenum source, GLenum type, GLuint UNUSED(id),
|
||||
GLenum UNUSED(severity), GLsizei UNUSED(length),
|
||||
const GLchar *message, GLvoid *UNUSED(userParm))
|
||||
const GLchar *message, const GLvoid *UNUSED(userParm))
|
||||
{
|
||||
if (source == GL_DEBUG_SOURCE_API && type == GL_DEBUG_TYPE_ERROR) {
|
||||
fprintf(stderr, "GL: %s\n", message);
|
||||
|
Reference in New Issue
Block a user