2013年1月31日

android opengl es 2.0

摘要: 要想使用opengl es版本为2.0,则必须在AndroidManifest.xml中添加<uses-feature android:glEsVersion="0x00020000" android:required="true" />如果没设,会默认用1.0,然后运行会报API未实现exception.Bitmap → byte[]publicbyte[] Bitmap2Bytes(Bitmap bm) { ByteArrayOutputStream baos =newByteArrayOutputStream(); bm.compres 阅读全文

posted @ 2013-01-31 12:58 张亚杰 阅读(254) 评论(0) 推荐(0)

导航