浏览代码

Cleanups.

Mark Sibly 9 年之前
父节点
当前提交
c2b3a7e1cc
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      modules/gles20/native/gles20_macos.h

+ 9 - 0
modules/gles20/native/gles20_macos.h

@@ -0,0 +1,9 @@
+
+#ifndef BB_GLES20_MACOS_H
+#define BB_GLES20_MACOS_H
+
+#include <OpenGL/gl.h>
+
+#define glClearDepthf glClearDepth
+
+#endif