diff options
Diffstat (limited to 'stockton-skeleton/src/builders/shader.rs')
-rw-r--r-- | stockton-skeleton/src/builders/shader.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stockton-skeleton/src/builders/shader.rs b/stockton-skeleton/src/builders/shader.rs index fde185d..be48951 100644 --- a/stockton-skeleton/src/builders/shader.rs +++ b/stockton-skeleton/src/builders/shader.rs @@ -1,8 +1,10 @@ use crate::types::*; +pub use shaderc::ShaderKind; + use anyhow::{Context, Result}; use hal::pso::Specialization; -use shaderc::{Compiler, ShaderKind}; +use shaderc::Compiler; #[derive(Debug, Clone)] pub struct ShaderDesc { |