Android.Opengl.GLSurfaceView.SetEGLContextFactory Method
Install a custom EGLContextFactory.

Syntax

[Android.Runtime.Register("setEGLContextFactory", "(Landroid/opengl/GLSurfaceView$EGLContextFactory;)V", "GetSetEGLContextFactory_Landroid_opengl_GLSurfaceView_EGLContextFactory_Handler")]
public virtual void SetEGLContextFactory (GLSurfaceView.IEGLContextFactory factory)

Parameters

factory
Documentation for this section has not yet been entered.

Remarks

Install a custom EGLContextFactory.

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 context will be created with no shared context and 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