enable blending
This commit is contained in:
parent
e26d5c0c0f
commit
89994a19fe
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ class RenderContext(namedtuple('RenderContext', ('width', 'height', 'ctx', 'prog
|
|||
'''),
|
||||
])
|
||||
|
||||
ctx.enable(ModernGL.BLEND)
|
||||
|
||||
return cls(width, height, ctx, prog, fbo)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue