Edit

GLTextureView.SetEGLWindowSurfaceFactory Method

Definition

Install a custom window surface factory.

public void SetEGLWindowSurfaceFactory(SkiaSharp.Views.Android.GLTextureView.IEGLWindowSurfaceFactory factory);

Parameters

factory
GLTextureView.IEGLWindowSurfaceFactory

The custom window surface factory.

Remarks

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

Applies to