Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
5.8.0, 5.9.0
-
None
-
macOS Sierra Version 10.12.5
Qt Creator 4.3.1
Based on Qt 5.9.0 (Clang 7.0 (Apple), 64 bit)
Built on May 28 2017 14:24:00
From revision bfd818b2b1
Description
The hellogl2 example that ships with Qt does not work when the format is set to use CoreProfile (command line option --coreprofile). In this case the example renders a black screen. Without the --coreprofile option it works fine, but this is nearly useless for modern OpenGL development.
I discovered this while trying to figure out why do I get a black screen in my own use of QOpenGLWidget, so the bug is probably not in the example.