no gles support for gtk host #9694
dougcooper
started this conversation in
General
Replies: 1 comment 5 replies
-
Thanks. The code you're mentioning does import the OpenGL ES portions (the Try using this to explicitly use the ES flavor: var host = new GtkHost(() => new App());
host.RenderSurfaceType = RenderSurfaceType.OpenGLES; |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The software appears to have the hooks in place for gles support, however:
glDrawBuffer() not found
which means something in the lower layers is trying to make a call that is implementation dependent.The opengl docs do confirm that this is an unsupported call for GLES.
Beta Was this translation helpful? Give feedback.
All reactions