public static interface VgMySurfaceView.VgMySurfaceViewListener
Modifier and Type | Method and Description |
---|---|
void |
onSurfaceChanged(GL10 gl,
int pWidth,
int pHeight)
Called when the gl surface has changed.
|
void |
onSurfaceDestroyed()
Called when the gl surface has been destroyed.
|