Move from GL 1.0 to GL 3.0

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
User avatar
paul424
Gnome
Posts: 379
Joined: Thu May 24, 2012 7:16 pm
x 19

Move from GL 1.0 to GL 3.0

Post by paul424 »

Suppose I port the game I collaborate -- https://opendungeons.github.io/ to use the ogre's Opengl driver 3.0 instead of 1.0, would be there any benefits in performance or the change is not worth the work ?
paroj
OGRE Team Member
OGRE Team Member
Posts: 2141
Joined: Sun Mar 30, 2014 2:51 pm
x 1151

Re: Move from GL 1.0 to GL 3.0

Post by paroj »

I did a small benchmark here: https://github.com/OGRECave/ogre/issues/440

as you can see, you probably are not going to get anything performance-wise. But you will get access to geometry & compute shaders (if you need those) and most importantly you will be compatible with GLES2 (i.e. mobile).