2010/03/09

Android NDK, Revision 3 Released


Android 에서 C/C++ 기반의 개발을 지원하는 NDK 가 업데이트 되었다. 이번 업데이트에는 OpenGL ES 2.0 지원이 추가 되었다.



Android NDK, Revision 3 (March 2010)




General notes:


  • Adds OpenGL ES 2.0 native library support.

  • Adds a sample application,hello-gl2, that illustrates the use of OpenGL ES 2.0 vertex and fragment shaders.

  • The toolchain binaries have been refreshed for this release with GCC 4.4.0, which should generate slightly more compact and efficient machine code than the previous one (4.2.1). The NDK also still provides the 4.2.1 binaries, which you can optionally use to build your machine code.




No comments :

Post a Comment