Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
Other
9.06k stars 542 forks source link

nuklear_glfw_gl3 #517

Closed rjopek closed 1 year ago

rjopek commented 1 year ago

Hi,

nuklear_glfw_gl3.h:48:26: error: field ‘atlas’ has incomplete type
   48 |     struct nk_font_atlas atlas;
      |                          ^~~~~
nuklear_glfw_gl3.h:269:19: error: ‘struct nk_convert_config’ has no member named ‘tex_null’
  269 |             config.tex_null = dev->tex_null;
dumblob commented 1 year ago

Again, PRs always welcome ;)