[osg-users] OSG in Gtk3 GLArea

Robert Osfield robert.osfield at gmail.com
Mon Jun 4 05:47:58 PDT 2018


On 4 June 2018 at 13:39, michael kapelko <kornerr at gmail.com> wrote:
> Hi, Robert.
>
>> that's even bigger an own goal as large as the one that Apple did to themselves.
>
> Can you please clarify what Apple did?

All modern GL features are only available if you use Core Profile, so
you can't mix and match fixed function pipeline usage with modern GL
usage.

Linux and Windows the GL drivers support both Core Profile and
backwards compatibility so it's far more flexible for application
developers, you aren't forced to ignore new features or forced to find
replacements for old features.

Robert.


More information about the osg-users mailing list