[News] Ogre 13.2 released
-
- OGRE Team Member
- Posts: 2087
- Joined: Sun Mar 30, 2014 2:51 pm
- x 1127
-
- Platinum Sponsor
- Posts: 290
- Joined: Tue Jan 17, 2012 5:18 am
- x 67
Re: [News] Ogre 13.2 released
excellent work, thanks paroj!
> The Ogre internals have been updated accordingly and ideally also improve performance on all other rendersystems.
does this require any porting work for the application or is this change behind the scenes for the non-vulcan rendersystems? (just want to prepare myself for when i switch over to the 13.2 release)
> The Ogre internals have been updated accordingly and ideally also improve performance on all other rendersystems.
does this require any porting work for the application or is this change behind the scenes for the non-vulcan rendersystems? (just want to prepare myself for when i switch over to the 13.2 release)
-
- OGRE Team Member
- Posts: 2087
- Joined: Sun Mar 30, 2014 2:51 pm
- x 1127
Re: [News] Ogre 13.2 released
as Ogre is following SEMVER now, we guarantee that any code that compiles with 13.0, will compile with any 13.x release.
That is, all changes in the 13.x cycle will happen behind the scenes and all new features are opt-in. (excluding the probability, that I mess something up)
That is, all changes in the 13.x cycle will happen behind the scenes and all new features are opt-in. (excluding the probability, that I mess something up)
-
- Platinum Sponsor
- Posts: 290
- Joined: Tue Jan 17, 2012 5:18 am
- x 67
Re: [News] Ogre 13.2 released
ah, thanks! happy either way but this is great to know.