golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

OpenGL 2.1 Support Broken #49

Open r0l1 opened 6 years ago

r0l1 commented 6 years ago

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:

  1. Replace gogl import from v3.2-core to v2.1
  2. Build with go build -tags opengl2 or go build -tags "sdl2,opengl2"