GLTextureView.SetGLWrapper(GLTextureView+IGLWrapper) 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 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.