GLGraphics in Android

BlitzMax Forums/Brucey's Modules/GLGraphics in Android

RustyKristi(Posted 2016) [#1]
Is there a way to use or an alternative for GLGraphics functions for Android build?

...
glMatrixMod
glLoadIdentity
glDrawPixels


Brucey(Posted 2016) [#2]
Google is possibly your best bet...

eg. "glDrawPixels opengl es 2"


;-)


RustyKristi(Posted 2016) [#3]
Thanks Brucey, I will look into that.


But I forgot to ask, how do you initialize to use those functions? Will GLGraphic also work on Android? Sorry, I'm still new to BMX Graphic Drivers and don't know which one to use.