开发者

How to get the GLSurface Size?

How can I get the Wisth and Height of the GLSurfaceView I开发者_如何学运维 am currently render in, in pixels?


may be this:

@Override
public void onSurfaceChanged(GL10 glUnused, int width, int height) {

}

of public class MyGLRenderer implements GLSurfaceView.Renderer

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜