brianchirls / Seriously.js

A real-time, node-based video effects compositor for the web built with HTML5, Javascript and WebGL
MIT License
3.87k stars 354 forks source link

Enable support for gl.FLOAT #166

Open positlabs opened 6 years ago

positlabs commented 6 years ago

Had to change filtering type from LINEAR to NEAREST because it was complaining about mismatched filtering types. Not sure what side effects this might have.