[Mono-bugs] [Bug 635565] Support OpenGLES 2.0 in AndroidGameView

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 8 15:20:59 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=635565

https://bugzilla.novell.com/show_bug.cgi?id=635565#c2


--- Comment #2 from Ankit Jain <jankit at novell.com> 2010-09-08 19:20:58 UTC ---
Fixed. Add the enum

enum GLContextVersion { Gles1_1, Gles2_0 }

You can set it on AndroidGameView as -

 GLContextVersion = GLContextVersion.Gles2_0;

Other than these renames, the behavior should be the same as MonoTouch. If the
selected opengles version is not supported, then an exception will be thrown.

I'm yet to resolve the context sharing issue though, keeping the bug open for
that.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list