p0_INT32

Results 2 comments of p0_INT32

And last one, I found that font won't change even though I've import a font. ![image](https://github.com/radimitrov/CSharpShellApp/assets/105115199/edb89d0e-438b-4a27-bda6-8333cf2f6e42)

Normally, `GLSurfaceView` doesn't provide any method to draw, so you need to set a renderer for a surface view. This is the document of `GLSurfaceView.IRenderer` : https://learn.microsoft.com/en-us/dotnet/api/android.opengl.glsurfaceview.irenderer?view=net-android-34.0 ```CSharp public interface...