Edit

GLTextureView.SetGLWrapper(GLTextureView+IGLWrapper) Method

Definition

Sets the GL wrapper.

public void SetGLWrapper(SkiaSharp.Views.Android.GLTextureView.IGLWrapper glWrapper);

Parameters

glWrapper
GLTextureView.IGLWrapper

The GL wrapper.

Remarks

Wrapping is typically used for debugging purposes.

Applies to