public static interface OffscreenSurface.Listener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onDrawFrame(javax.microedition.khronos.opengles.GL10 gl)
渲染了一帧
|
void |
onSurfaceChanged(javax.microedition.khronos.opengles.GL10 gl,
int width,
int height) |
void |
onSurfaceCreated(javax.microedition.khronos.opengles.GL10 gl)
渲染环境初始化完成
|
void |
onSurfaceDestroyed() |
void onSurfaceCreated(javax.microedition.khronos.opengles.GL10 gl)
gl - GL10void onSurfaceChanged(javax.microedition.khronos.opengles.GL10 gl,
int width,
int height)
void onSurfaceDestroyed()
void onDrawFrame(javax.microedition.khronos.opengles.GL10 gl)
gl - GL10©Mapbar Engine Team;All Rights Reserved