We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85484fe commit 658a2beCopy full SHA for 658a2be
1 file changed
crates/lambda-rs-platform/src/shader/mod.rs
@@ -6,7 +6,10 @@ pub use types::{
6
VirtualShader,
7
};
8
9
+#[cfg(feature = "shader-backend-naga")]
10
mod naga;
11
+
12
13
pub use naga::{
14
ShaderCompiler,
15
ShaderCompilerBuilder,
0 commit comments