aboutsummaryrefslogtreecommitdiff
path: root/stockton-skeleton/src/builders/shader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-skeleton/src/builders/shader.rs')
-rw-r--r--stockton-skeleton/src/builders/shader.rs4
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 {