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
精彩评论