Add empty XRPose interface

This commit is contained in:
Manish Goregaokar 2019-04-03 10:39:34 -07:00
parent 08079c4d28
commit e1f0ad7b7c
3 changed files with 31 additions and 0 deletions

View file

@ -537,6 +537,7 @@ pub mod xmlserializer;
pub mod xr;
pub mod xrframe;
pub mod xrlayer;
pub mod xrpose;
pub mod xrreferencespace;
pub mod xrrenderstate;
pub mod xrrigidtransform;