fixed jitter

This commit is contained in:
awtterpip
2024-03-16 18:53:55 -05:00
parent 747aff2fd4
commit ada26ebb92
8 changed files with 879 additions and 345 deletions

View File

@@ -3,6 +3,8 @@ pub mod vulkan;
use std::any::TypeId;
use bevy::math::UVec2;
use crate::extensions::XrExtensions;
use crate::types::*;
@@ -127,5 +129,4 @@ macro_rules! graphics_match {
};
}
use bevy::math::UVec2;
pub(crate) use graphics_match;