Add VTTRegion DOM interface

This commit is contained in:
Iulian Gabriel Radu 2020-03-04 23:36:35 +02:00
parent 61cf25c98a
commit 30b148c90f
6 changed files with 202 additions and 0 deletions

View file

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