Basic XRFrame interface

This commit is contained in:
Manish Goregaokar 2018-12-19 15:16:01 -08:00
parent ebf9ccc9de
commit 29e9672d4d
7 changed files with 154 additions and 0 deletions

View file

@ -518,4 +518,7 @@ pub mod xmlhttprequest;
pub mod xmlhttprequesteventtarget;
pub mod xmlhttprequestupload;
pub mod xr;
pub mod xrframe;
pub mod xrlayer;
pub mod xrsession;
pub mod xrwebgllayer;