Fix-the-GL_CLAMP_TO_EDGE-undeclared-identifier-error.patch
b/samples/gpu/opengl.cpp | ||
---|---|---|
17 | 17 | |
18 | 18 |
#if defined(__APPLE__) |
19 | 19 |
#include <OpenGL/gl.h> |
20 |
#include <OpenGL/glext.h> |
|
20 | 21 |
#include <OpenGL/glu.h> |
21 | 22 |
#else |
22 | 23 |
#include <GL/gl.h> |
24 |
#include <GL/glext.h> |
|
23 | 25 |
#include <GL/glu.h> |
24 | 26 |
#endif |
25 | 27 | |
26 |
- |