Android.Opengl.GLSurfaceView.SetEGLWindowSurfaceFactory Method
Install a custom EGLWindowSurfaceFactory.

Syntax

[Android.Runtime.Register("setEGLWindowSurfaceFactory", "(Landroid/opengl/GLSurfaceView$EGLWindowSurfaceFactory;)V", "GetSetEGLWindowSurfaceFactory_Landroid_opengl_GLSurfaceView_EGLWindowSurfaceFactory_Handler")]
public virtual void SetEGLWindowSurfaceFactory (GLSurfaceView.IEGLWindowSurfaceFactory factory)

Parameters

factory
Documentation for this section has not yet been entered.

Remarks

Install a custom EGLWindowSurfaceFactory.

If this method is called, it must be called before GLSurfaceView.SetRenderer(.IRenderer) is called.

If this method is not called, then by default a window surface will be created with a null attribute list.

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5