servo/components/canvas
ecoal95 b1765c6882 webgl: Refactor implementation to move logic inside the DOM interfaces
This improves the encapsulation and consistency in our WebGL
implementation.

Also allows to implement new methods such as `getShaderSource()`.

It will also allow us to use `delete()` in the destructors of them (note
that we will want to keep track of them from the context).
2015-07-06 19:54:05 +02:00
..
canvas_paint_task.rs Use euclid from crates.io 2015-06-19 00:04:24 +02:00
Cargo.toml Use euclid from crates.io 2015-06-19 00:04:24 +02:00
lib.rs Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
webgl_paint_task.rs webgl: Refactor implementation to move logic inside the DOM interfaces 2015-07-06 19:54:05 +02:00