Sokol: GL + macOS Mojave remaining issues

Created on 27 Feb 2019  路  3Comments  路  Source: floooh/sokol

Now that @gustavolsson has brought back GL support for macOS in sokol_app.h, a few remaining issues on macOS Mojave must be fixed:

  • the backing framebuffer is always reported as Retina-resolution
  • vsync doesn't work

See the PR comment thread for details:

https://github.com/floooh/sokol/pull/122

Most helpful comment

Nice!!

All 3 comments

It seems like the vsync issue has been fixed in macOS Mojave 10.14.4 Beta (18E205e), the Retina resolution confustion is still there, but that's most like easier to fix (for instance, when resizing the window, the framebuffer "snaps" into the right resolution).

Everything fixed now.

Nice!!

Was this page helpful?
0 / 5 - 0 ratings