浏览代码

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

tags/mesa_20090313
Brian Paul 17 年前
父节点
当前提交
df8f9a1690
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      include/GLES/egl.h

+ 6
- 0
include/GLES/egl.h 查看文件

@@ -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>

正在加载...
取消
保存