Re: Is it possible to use the GLES1 profile on Windows?
Posted by
gouessej on
Oct 27, 2010; 8:56am
URL: https://forum.jogamp.org/Is-it-possible-to-use-the-GLES1-profile-on-Windows-tp1778137p1779011.html
Hi!
This is the expected behavior. On a desktop environment, you can only call the methods that are available in the desktop profiles. However, some methods are both in the desktop profiles and in the embedded profiles. Of course, when a method is only available in embedded profiles, you cannot use it in desktop profiles.
If you want to use the same source code on Android and in a desktop environment, rather call GLContext.getCurrentGL().getGL2ES1().