add premultiply table for PutImageData

This commit is contained in:
Nathan Froyd 2015-10-19 23:35:27 -04:00
parent 50b14e6670
commit 9e348e2e8e
5 changed files with 4108 additions and 15 deletions

View file

@ -25,4 +25,5 @@ extern crate offscreen_gl_context;
extern crate util;
pub mod canvas_paint_task;
mod premultiplytable;
pub mod webgl_paint_task;