Skip to content

cast glu callbacks

Erik Faye-Lund requested to merge kusma/mesa-demos:callback-warning-fixes into main

The various GLU callback interfaces are kinda horrible, because they take pointers without really knowing what the correct signature is. This leads to compiler warnings, so let's cast the functions to quiet these.

Merge request reports