1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-20 22:55:27 +02:00
TableFilter/frags/start.frag

10 lines
266 B
GLSL
Raw Normal View History

2015-01-11 11:22:52 +01:00
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
} else if (typeof exports === 'object') {
module.exports = factory;
} else {
root.TableFilter = factory();
}
})(this, function() {