Add GLPlayerMsg and glplayer_channel in canvas_traits

GLPlayerMsg enum values are going to be the commands to send to
the glplayer_thread.

glplayer_channel mod is a copy of webgl_channel.
This commit is contained in:
Víctor Manuel Jáquez Leal 2019-06-15 13:17:53 +02:00 committed by Fernando Jiménez Moreno
parent e36c0489bf
commit 0d52d5d304
5 changed files with 233 additions and 0 deletions

View file

@ -15,6 +15,7 @@ extern crate serde;
pub mod canvas;
pub mod media;
mod media_channel;
#[macro_use]
pub mod webgl;
mod webgl_channel;