Implements WebGL support

This commit is contained in:
Yury Delendik 2014-02-13 08:44:58 -06:00
parent 944219ad8a
commit f57c6935d7
12 changed files with 517 additions and 34 deletions

View file

@ -320,6 +320,7 @@ target.bundle = function(args) {
'display/api.js',
'display/metadata.js',
'display/canvas.js',
'display/webgl.js',
'display/pattern_helper.js',
'display/font_loader.js'
]);