fix openxr screen freeze

This commit is contained in:
galister
2024-01-28 13:08:57 +01:00
parent f96083e770
commit 335652ecb1
6 changed files with 91 additions and 59 deletions

View File

@@ -1,10 +1,7 @@
use std::{env::VarError, path::Path, sync::Arc};
use glam::{Quat, Vec3};
use vulkano::{
command_buffer::CommandBufferUsage, format::Format, image::view::ImageView,
shader::ShaderModule,
};
use vulkano::{command_buffer::CommandBufferUsage, format::Format, image::view::ImageView};
use crate::{
backend::{common::TaskContainer, input::InputState},