include eglext.h, define EGL_EGLEXT_PROTOTYPES
This commit is contained in:
@@ -27,13 +27,16 @@
|
|||||||
* Program runs for 5 seconds then exits, outputing framerate to console
|
* Program runs for 5 seconds then exits, outputing framerate to console
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define EGL_EGLEXT_PROTOTYPES
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#include <GLES/egl.h>
|
#include <GLES/egl.h>
|
||||||
#include <assert.h>
|
#include <GLES/eglext.h>
|
||||||
|
|
||||||
#define MAX_CONFIGS 10
|
#define MAX_CONFIGS 10
|
||||||
#define MAX_MODES 100
|
#define MAX_MODES 100
|
||||||
|
Reference in New Issue
Block a user