GLTextureView.SetEGLContextFactory(GLTextureView+IEGLContextFactory) 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 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.