comparison include/SDL_opengles.h @ 3083:0bc41e0361d3

Date: Mon, 2 Mar 2009 16:27:42 +0200 From: "Mike Gorchak" Subject: About QNX support in SDL 1.3 Right now I'm working on QNX SDL 1.3 drivers implementation and looks like a lot of code must be completely reworked. But I'm ready for it :) Also I want to add QNX Graphics Framework SDL driver, which is fullscreen graphics framework, with support of hardware accelerated OpenGL ES implementations. This Graphics Framework (called GF in QNX) could also use QNX Photon (window manager GUI) as window manager. In the attachment initial patch for QNX support in SDL 1.3
author Sam Lantinga <slouken@libsdl.org>
date Tue, 03 Mar 2009 04:21:51 +0000
parents 99210400e8b9
children 0b6f51c29267
comparison
equal deleted inserted replaced
3082:1c85c44557de 3083:0bc41e0361d3
36 { 36 {
37 #endif 37 #endif
38 38
39 #ifdef __IPHONEOS__ 39 #ifdef __IPHONEOS__
40 #include <OpenGLES/ES1/gl.h> /* Header File For The OpenGL ES Library */ 40 #include <OpenGLES/ES1/gl.h> /* Header File For The OpenGL ES Library */
41 #endif
42
43 #if defined(__QNXNTO__) && defined(SDL_VIDEO_OPENGL_ES)
44 #include <GLES/egl.h>
41 #endif 45 #endif
42 46
43 #ifndef APIENTRY 47 #ifndef APIENTRY
44 #define APIENTRY 48 #define APIENTRY
45 #endif 49 #endif