We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7349a commit 7a39f07Copy full SHA for 7a39f07
SkiaGLFWExample-v4.py
@@ -37,6 +37,7 @@ def create_star():
37
return concavePath
38
39
def main():
40
+ global surface, canvas, grContext, target, fFormat, colorType, props
41
if not glfw.init():
42
print("Failed to initialize GLFW")
43
return 1
0 commit comments