Bläddra i källkod

egl: created GLES/egl.h backward-compatibility header (see comments inside)

tags/mesa_20090313
Brian Paul 17 år sedan
förälder
incheckning
df8f9a1690
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6
    0
      include/GLES/egl.h

+ 6
- 0
include/GLES/egl.h Visa fil

@@ -0,0 +1,6 @@
/* For compatibility with early OpenGL ES 1.0 implementations that
* included gl.h in egl.h (and apps that only included egl.h)
* See: http://www.khronos.org/registry/implementers_guide.html
*/
#include <EGL/egl.h>
#include <GLES/gl.h>

Laddar…
Avbryt
Spara