summaryrefslogtreecommitdiffstats
path: root/widget/src/shader.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-14 15:48:01 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-14 15:48:01 +0100
commit811aa673e9e832ebe38bf56a087f32fdc7aba59c (patch)
tree179786a0be316d83264657071e33bf18d228535c /widget/src/shader.rs
parentb1b2467b45e16185cc17df00b4c75700435cd46e (diff)
downloadiced-811aa673e9e832ebe38bf56a087f32fdc7aba59c.tar.gz
iced-811aa673e9e832ebe38bf56a087f32fdc7aba59c.tar.bz2
iced-811aa673e9e832ebe38bf56a087f32fdc7aba59c.zip
Improve module hierarchy of `custom_shader` example
Diffstat (limited to 'widget/src/shader.rs')
-rw-r--r--widget/src/shader.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/src/shader.rs b/widget/src/shader.rs
index fe6214db..ca140627 100644
--- a/widget/src/shader.rs
+++ b/widget/src/shader.rs
@@ -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};