Edit

GLTextureView.IEGLContextFactory.DestroyContext Method

Definition

Called when the context needs to be destroyed.

public void DestroyContext(Javax.Microedition.Khronos.Egl.IEGL10 egl, Javax.Microedition.Khronos.Egl.EGLDisplay display, Javax.Microedition.Khronos.Egl.EGLContext context);

Parameters

egl
IEGL10

The EGL interface.

display
EGLDisplay

The EGL display.

context
EGLContext

the EGL context.

Applies to