pub(crate) type FakeXRDeviceResolution = FakeXRDeviceResolution;
pub(crate) struct FakeXRDeviceResolution { pub height: i32, pub width: i32, }
height: i32
width: i32