edubart/sokol_gp

`SOKOL_LOG` has been removed from `sokol_app.h`

daviwil opened this issue · 1 comments

It seems that recently SOKOL_LOG has been removed from sokol_app.h:

floooh/sokol@0574a28#diff-42747840ac0dd5aaeaa9368919646cc57e72a0bb54c03ad85c7eac18956ea584L1879-L1896

This breaks the following line of sokol_gp.h:

https://github.com/edubart/sokol_gp/blob/master/sokol_gp.h#L693

It's easy enough for me to fix this in my local copy of sokol_gp.h but it might be good to provide a real fix for any newcomers here. Perhaps sgp_desc should provider a logger configuration like sg_desc now does?

Was about to post this exact issue, just encountered this after updating my sokol_app version.