GLTextureView.SetEGLWindowSurfaceFactory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Install a custom window surface factory.
public void SetEGLWindowSurfaceFactory(SkiaSharp.Views.Android.GLTextureView.IEGLWindowSurfaceFactory factory);
Parameters
The custom window surface factory.
Remarks
If this method is called, it must be called before SetRenderer(GLTextureView+IRenderer) is called.