enable blending

This commit is contained in:
Laura Klünder 2017-11-10 19:34:47 +01:00
parent e26d5c0c0f
commit 89994a19fe

View file

@ -54,6 +54,8 @@ class RenderContext(namedtuple('RenderContext', ('width', 'height', 'ctx', 'prog
'''),
])
ctx.enable(ModernGL.BLEND)
return cls(width, height, ctx, prog, fbo)