Add base of VTTCue DOM interface

This commit is contained in:
Iulian Gabriel Radu 2020-03-08 00:15:20 +02:00
parent 30b148c90f
commit 911b1306ca
12 changed files with 360 additions and 8 deletions

View file

@ -538,6 +538,7 @@ pub mod vrfieldofview;
pub mod vrframedata;
pub mod vrpose;
pub mod vrstageparameters;
pub mod vttcue;
pub mod vttregion;
pub mod webgl_extensions;
pub use self::webgl_extensions::ext::*;