请教下
var hevent = plus.android.implements("android.opengl.GLSurfaceView.Renderer", {
"onSurfaceCreated": function(GL10, EGLConfig) {
//这里如何触发获取GPU信息呢
},
"onSurfaceChanged": function(GL10,i,i1) {},
"onDrawFrame": function(GL10) {}
});
var GLSurfaceView = plus.android.importClass("android.opengl.GLSurfaceView");
1 个回复
汪汪大叔哎 (作者)
有谁知道么?