tsherif/picogl.js

Remove workarounds for ANGLE transform feedback bug

Closed this issue · 2 comments

This has been fixed in ANGLE: https://bugs.chromium.org/p/angleproject/issues/detail?id=2051
But the latest version of ANGLE hasn't been released in Firefox stable yet: https://bugzilla.mozilla.org/show_bug.cgi?id=1425422

Remove these workarounds once Firefox is updated:

// TODO(Tarek): Need to rebind buffers due to bug in ANGLE.

// TODO(Tarek): Need to rebind buffers due to bug in ANGLE.

Good call. I've updated the text with all the relevant information

Checked and the bug is fixed in Firefox. Workarounds can be removed now.