include eglext.h, define EGL_EGLEXT_PROTOTYPES

This commit is contained in:
Brian Paul 2008-05-27 13:47:23 -06:00
parent 096b79bf17
commit a6af2e3345
1 changed files with 4 additions and 1 deletions

View File

@ -27,13 +27,16 @@
* Program runs for 5 seconds then exits, outputing framerate to console
*/
#define EGL_EGLEXT_PROTOTYPES
#include <assert.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <GL/gl.h>
#include <GLES/egl.h>
#include <assert.h>
#include <GLES/eglext.h>
#define MAX_CONFIGS 10
#define MAX_MODES 100