OGRECave / ogre-next

aka ogre v2 - scene-oriented, flexible 3D C++ engine
https://ogrecave.github.io/ogre-next/api/latest
Other
1k stars 224 forks source link

GLES2 RenderSystem Not currently supported? #410

Open DoneListen opened 1 year ago

DoneListen commented 1 year ago

I'm compiling ogre-next using the Emscripten environment, I saw that the RenderSystems CMakeLists didn't support GLES. As shown in the following picture: 47492af11463d6489da7b8892df33d80 Is it not supporting the GLES?

darksylinc commented 1 year ago

No.

It's currently not working.

There's a bit more info in https://wiki.ogre3d.org/Ogre+2.1+FAQ#What_about_GLES_support_

DoneListen commented 1 year ago

Oh,GLES3 doesn't support it either in Emscripten?