GLTextureView.SetRenderer(GLTextureView+IRenderer) 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.
Sets the renderer associated with this view. Also starts the thread that will call the renderer, which in turn causes the rendering to start.
public void SetRenderer(SkiaSharp.Views.Android.GLTextureView.IRenderer renderer);
Parameters
- renderer
- GLTextureView.IRenderer
The renderer to use to perform OpenGL drawing.
Remarks
This method should be called once and only once in the life-cycle of a GLSurfaceView.