Edit

GLTextureView.SetRenderer(GLTextureView+IRenderer) Method

Definition

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.

Applies to