VectorTileRenderer icon indicating copy to clipboard operation
VectorTileRenderer copied to clipboard

How to using OpenGL in SkiaGL?

Open duongvgm opened this issue 4 years ago • 1 comments

Hi. Thanks for the wonderful library. I want to ask why not use OpenGL in SkiaGL? I am seeing comment:

`//var glInterface = GRGlInterface.CreateNativeGlInterface();

        //grContext = GRContext.Create(GRBackend.OpenGL, glInterface);

        //renderTarget = SkiaGL.CreateRenderTarget();

        //renderTarget.Width = this.width;

        //renderTarget.Height = this.height;`

Thanks!

duongvgm avatar Oct 02 '20 01:10 duongvgm

I couldnt get the code to work with opengl. If you find a way, plz share a solution. Thanks

AliFlux avatar Sep 09 '21 09:09 AliFlux