OpenGL 2.1 Support Broken
r0l1 opened this issue · 0 comments
r0l1 commented
Compiling the example with the OpenGl 2.1 backend works, but running the example results in a blank window. The background color is set, but no UI is drawn.
How to test:
- Replace gogl import from
v3.2-core
tov2.1
- Build with
go build -tags opengl2
orgo build -tags "sdl2,opengl2"