mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +00:00
Update name of module
This commit is contained in:
parent
4a6e6298f8
commit
19a626ffdf
@ -1,4 +1,4 @@
|
||||
mod pipeline;
|
||||
mod pipelines;
|
||||
mod uniforms;
|
||||
|
||||
pub use self::pipeline::Pipeline;
|
||||
|
@ -5,7 +5,7 @@ use wgpu::util::DeviceExt;
|
||||
|
||||
use crate::render::{geometry::Geometry, vertex::Vertex};
|
||||
|
||||
use super::pipelines::Uniforms;
|
||||
use super::uniforms::Uniforms;
|
||||
|
||||
pub struct Pipeline {
|
||||
render_pipeline: wgpu::RenderPipeline,
|
||||
|
Loading…
Reference in New Issue
Block a user