We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f99f7 commit f79479bCopy full SHA for f79479b
crates/lambda-rs/src/render/shader.rs
@@ -5,8 +5,8 @@
5
//! GLSL source or file path + metadata) into a SPIR‑V binary suitable for
6
//! pipeline creation.
7
//!
8
-//! Use the platform’s shader backend configured for the workspace (e.g., naga
9
-//! or shaderc) without exposing backend‑specific types in the public API.
+//! Use the platform’s shader backend configured for the workspace (naga)
+//! without exposing backend‑specific types in the public API.
10
11
// Expose the platform shader compiler abstraction
12
pub use lambda_platform::shader::{
0 commit comments