Improve module hierarchy of custom_shader example

This commit is contained in:
Héctor Ramón Jiménez 2023-11-14 15:48:01 +01:00
parent b1b2467b45
commit 811aa673e9
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
10 changed files with 122 additions and 126 deletions

View file

@ -17,6 +17,7 @@ use crate::renderer::wgpu::primitive::pipeline;
use std::marker::PhantomData;
pub use crate::graphics::Transformation;
pub use crate::renderer::wgpu::wgpu;
pub use pipeline::{Primitive, Storage};