-
- All Implemented Interfaces:
-
android.opengl.GLSurfaceView.Renderer
public class GlCameraPreview.Renderer implements GLSurfaceView.Renderer
The core renderer that performs the actual drawing operations.
-
-
Method Summary
Modifier and Type Method Description voidonSurfaceCreated(GL10 gl, EGLConfig config)voidonSurfaceDestroyed()voidonSurfaceChanged(GL10 gl, int width, int height)voidonDrawFrame(GL10 gl)-
-
Method Detail
-
onSurfaceCreated
void onSurfaceCreated(GL10 gl, EGLConfig config)
-
onSurfaceDestroyed
void onSurfaceDestroyed()
-
onSurfaceChanged
void onSurfaceChanged(GL10 gl, int width, int height)
-
onDrawFrame
void onDrawFrame(GL10 gl)
-
-
-
-