Lines 36-41
Link Here
|
36 |
|
36 |
|
37 |
#define USE_GL_SYNC // Use glFinish() if not defined. |
37 |
#define USE_GL_SYNC // Use glFinish() if not defined. |
38 |
|
38 |
|
|
|
39 |
#ifndef GL_UNPACK_ROW_LENGTH |
40 |
# ifdef GL_UNPACK_ROW_LENGTH_EXT |
41 |
# define GL_UNPACK_ROW_LENGTH GL_UNPACK_ROW_LENGTH_EXT |
42 |
# else |
43 |
# error GL_UNPACK_ROW_LENGTH undefined |
44 |
# endif |
45 |
#endif |
46 |
|
39 |
#ifdef QT_NO_DEBUG |
47 |
#ifdef QT_NO_DEBUG |
40 |
#define check_error(fn) {} |
48 |
#define check_error(fn) {} |
41 |
#else |
49 |
#else |