libglui / glui

GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, using GLUT or FreeGLUT.
Other
196 stars 81 forks source link

Resolve clang++ warnings concerning casting function pointers #71

Closed nigels-com closed 7 years ago

nigels-com commented 7 years ago

Apparently casting to parameterless function pointer is less undefined than casting to generic void pointer.