open gl api

edited February 2015 in General discussions
I didn't find any information about openl graphics api which your engine support ?

So what is ?

cheers,

Comments

  • edited February 2015
    Hi Matsukan, see if this link helps:

    https://bitbucket.org/orx/orx

    See under the "Versions" section.
  • edited February 2015
    Hi Matsukan and welcome here!

    If you mean which version of OpenGL are being used by the display plugins, here's the list:

    - Android: OpenGL ES 2.0 & 3.x are available
    - iOS: OpenGL ES 1.1, 2.0 & 3.x
    - Linux & Windows: OpenGL 2.1+ (it'll initialize the most recent version available on a user's machine, often 3.x or 4.x)
    - OS X: currently only 2.1 is available as the other one is 3.2 Core, which doesn't currently work with the plugin as we speak (but should be fixed soon-ish)

    Does it answer your question?

    Cheers!
Sign In or Register to comment.