Removed device_manager - Not needed
This commit is contained in:
parent
781073a524
commit
da8d9456f1
@ -1,10 +0,0 @@
|
||||
use wgpu::{Device, Queue, Surface, SurfaceConfiguration};
|
||||
use crate::state::SampleCount;
|
||||
|
||||
pub struct DeviceManager<'a> {
|
||||
pub surface: Surface<'a>,
|
||||
pub device: Device,
|
||||
pub queue: Queue,
|
||||
pub config: SurfaceConfiguration,
|
||||
pub sample_count: SampleCount,
|
||||
}
|
||||
@ -6,7 +6,6 @@ mod input;
|
||||
mod camera;
|
||||
mod light;
|
||||
mod renderer;
|
||||
mod device_manager;
|
||||
mod instance_manager;
|
||||
mod globals;
|
||||
mod geometry_manager;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user