kyamagu / skia-python

Python binding to Skia Graphics Library
https://kyamagu.github.io/skia-python/
BSD 3-Clause "New" or "Revised" License
245 stars 43 forks source link

"instance = class() ; instance.initGL()" vs "instance = class.MakeGL() #237

Open HinTak opened 7 months ago

HinTak commented 7 months ago

As in #236 I think I missed a MakeGL() change earlier and just commented out the broken initGL(). Revisit before #236 get merged.