|
/*
|
|
* Mr. 4th Dimention - Allen Webster
|
|
*
|
|
* 10.11.2017
|
|
*
|
|
* OpenGL defines for 4coder
|
|
*
|
|
*/
|
|
|
|
// TOP
|
|
|
|
#if !defined(FRED_OPENGL_DEFINES_H)
|
|
#define FRED_OPENGL_DEFINES_H
|
|
|
|
#define GL_DEBUG_OUTPUT_SYNCHRONOUS 0x8242
|
|
#define GL_DEBUG_OUTPUT 0x92E0
|
|
|
|
#endif
|
|
|
|
// BOTTOM
|
|
|