mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Update name of module
This commit is contained in:
parent
6bd6bd9c19
commit
5e04f66dcf
@ -1,5 +1,5 @@
|
||||
mod geometry;
|
||||
mod pipelines;
|
||||
mod pipeline;
|
||||
mod renderer;
|
||||
mod text;
|
||||
mod uniforms;
|
||||
|
@ -5,7 +5,7 @@ use winit::window::Window;
|
||||
|
||||
use crate::view::OperationView;
|
||||
|
||||
use super::{geometry::Geometry, pipelines::Pipeline, text::TextRenderer};
|
||||
use super::{geometry::Geometry, pipeline::Pipeline, text::TextRenderer};
|
||||
|
||||
pub struct Renderer {
|
||||
pub surface: wgpu::Surface<'static>,
|
||||
|
Loading…
Reference in New Issue
Block a user