소스 검색

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