heyer2

Results 1 issues of heyer2

Title says it all. The following code works: from glumpy import app, gloo, gl > win = app.Window() > backend = app.**backend** > clock = app.**init**(backend=backend) The following doesn't: `from...