go-gl / gl

Go bindings for OpenGL (generated via glow)
MIT License
1.07k stars 74 forks source link

Black screen on OSX Mojave #110

Closed djhworld closed 5 years ago

djhworld commented 5 years ago

Operating system: OSX Mojave 10.14

I'm really not sure if this is a Mojave issue or an issue with go-gl/glfw but

When you run an app (e.g. the cube examples from https://github.com/go-gl/example) the window loads with an empty black screen.

if you minimise the window to the doc, then restore it, the rendered content appears in the window.

See this video for an example https://www.youtube.com/watch?v=HZNdhGBFC8w

djhworld commented 5 years ago

This seems related to https://github.com/glfw/glfw/issues/1334

Closing issue here and will follow up over there.