Fix-the-GL_CLAMP_TO_EDGE-undeclared-identifier-error.patch

Philippe FOUBERT, 2013-01-27 02:16 pm

Download (684 Bytes)

 
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
-