You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyQt5.QtOpenGL's widget is called "QGLWidget" (QOpenGLWidget is QT6).
We don't currently expose GrGLMakeNativeInterface() in skia-python.
And, defaultFramebufferObject() is not a method in "QGLWidget".
skia.GrGLMakeNativeInterface() exists, but is behind a
"#if !defined(SK_DISABLE_LEGACY_GL_MAKE_NATIVE_INTERFACE)" and
probably should not be used directly.
0 commit comments