Edit

GLTextureView.IRenderer.OnSurfaceCreated(IGL10, EGLConfig) Method

Definition

Called when the surface is created.

public void OnSurfaceCreated(Javax.Microedition.Khronos.Opengles.IGL10 gl, Javax.Microedition.Khronos.Egl.EGLConfig config);

Parameters

gl
IGL10

The GL interface.

config
EGLConfig

The EGLConfig of the created surface. Can be used to create matching pbuffers.

Applies to