Backed out changeset b69dfd56e1b0
This was clearly not the right fix.
This commit is contained in:
parent
a32de58414
commit
80d6ec24cd
1 changed files with 0 additions and 39 deletions
|
@ -61,45 +61,6 @@
|
||||||
#undef __glext_h_
|
#undef __glext_h_
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* !!! FIXME: temporary solution, since we use this even if a system's glext.h doesn't have it */
|
|
||||||
#ifndef GL_ARB_debug_output
|
|
||||||
#define GL_ARB_debug_output 1
|
|
||||||
#define GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB 0x8242
|
|
||||||
#define GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB 0x8243
|
|
||||||
#define GL_DEBUG_CALLBACK_FUNCTION_ARB 0x8244
|
|
||||||
#define GL_DEBUG_CALLBACK_USER_PARAM_ARB 0x8245
|
|
||||||
#define GL_DEBUG_SOURCE_API_ARB 0x8246
|
|
||||||
#define GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB 0x8247
|
|
||||||
#define GL_DEBUG_SOURCE_SHADER_COMPILER_ARB 0x8248
|
|
||||||
#define GL_DEBUG_SOURCE_THIRD_PARTY_ARB 0x8249
|
|
||||||
#define GL_DEBUG_SOURCE_APPLICATION_ARB 0x824A
|
|
||||||
#define GL_DEBUG_SOURCE_OTHER_ARB 0x824B
|
|
||||||
#define GL_DEBUG_TYPE_ERROR_ARB 0x824C
|
|
||||||
#define GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB 0x824D
|
|
||||||
#define GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB 0x824E
|
|
||||||
#define GL_DEBUG_TYPE_PORTABILITY_ARB 0x824F
|
|
||||||
#define GL_DEBUG_TYPE_PERFORMANCE_ARB 0x8250
|
|
||||||
#define GL_DEBUG_TYPE_OTHER_ARB 0x8251
|
|
||||||
#define GL_MAX_DEBUG_MESSAGE_LENGTH_ARB 0x9143
|
|
||||||
#define GL_MAX_DEBUG_LOGGED_MESSAGES_ARB 0x9144
|
|
||||||
#define GL_DEBUG_LOGGED_MESSAGES_ARB 0x9145
|
|
||||||
#define GL_DEBUG_SEVERITY_HIGH_ARB 0x9146
|
|
||||||
#define GL_DEBUG_SEVERITY_MEDIUM_ARB 0x9147
|
|
||||||
#define GL_DEBUG_SEVERITY_LOW_ARB 0x9148
|
|
||||||
typedef void (APIENTRY *GLDEBUGPROCARB)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);
|
|
||||||
#ifdef GL_GLEXT_PROTOTYPES
|
|
||||||
GLAPI void APIENTRY glDebugMessageControlARB (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
|
|
||||||
GLAPI void APIENTRY glDebugMessageInsertARB (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
|
|
||||||
GLAPI void APIENTRY glDebugMessageCallbackARB (GLDEBUGPROCARB callback, const GLvoid *userParam);
|
|
||||||
GLAPI GLuint APIENTRY glGetDebugMessageLogARB (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
|
|
||||||
#endif /* GL_GLEXT_PROTOTYPES */
|
|
||||||
typedef void (APIENTRYP PFNGLDEBUGMESSAGECONTROLARBPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
|
|
||||||
typedef void (APIENTRYP PFNGLDEBUGMESSAGEINSERTARBPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
|
|
||||||
typedef void (APIENTRYP PFNGLDEBUGMESSAGECALLBACKARBPROC) (GLDEBUGPROCARB callback, const GLvoid *userParam);
|
|
||||||
typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGARBPROC) (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file SDL_opengl.h
|
* \file SDL_opengl.h
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue