Edit

GLTextureView.IEGLWindowSurfaceFactory.CreateWindowSurface Method

Definition

Called when the surface needs to be created.

public Javax.Microedition.Khronos.Egl.EGLSurface CreateWindowSurface(Javax.Microedition.Khronos.Egl.IEGL10 egl, Javax.Microedition.Khronos.Egl.EGLDisplay display, Javax.Microedition.Khronos.Egl.EGLConfig config, Java.Lang.Object nativeWindow);

Parameters

egl
IEGL10

The EGL interface.

display
EGLDisplay

The EGL display.

config
EGLConfig

The EGL config.

nativeWindow
Object

The native window.

Returns

Returns the new EGL surface, or null if there was an error.

Applies to