8 lines
132 B
C
8 lines
132 B
C
#ifndef opengl_compat_h
|
|
#define opengl_compat_h
|
|
|
|
#define GL_GLEXT_PROTOTYPES 1
|
|
#include <GLES3/gl3.h>
|
|
|
|
#endif /* opengl_compat_h */
|