You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to v2.1
Build with go build -tags opengl2 or go build -tags "sdl2,opengl2"
The text was updated successfully, but these errors were encountered:
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:
v3.2-core
tov2.1
go build -tags opengl2
orgo build -tags "sdl2,opengl2"
The text was updated successfully, but these errors were encountered: