Edit

GLTextureView.SetEGLContextFactory(GLTextureView+IEGLContextFactory) Method

Definition

Install a custom context factory.

public void SetEGLContextFactory(SkiaSharp.Views.Android.GLTextureView.IEGLContextFactory factory);

Parameters

factory
GLTextureView.IEGLContextFactory

The custom context factory.

Remarks

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

Applies to