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 3331067 commit ebce70bCopy full SHA for ebce70b
demosys/context/glfw.py
@@ -65,11 +65,11 @@ def __init__(self):
65
66
# Create mederngl context from existing context
67
self.ctx = moderngl.create_context()
68
+ context.WINDOW = self
69
self.fbo = FBO()
70
self.fbo.ctx = self.ctx
71
self.fbo.fbo = self.ctx.screen
72
self.fbo.default_framebuffer = True
- context.WINDOW = self
73
self.set_default_viewport()
74
75
def use(self):
0 commit comments