naga 29.0.3

Shader translator and validator. Part of the wgpu project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Code common to the front and backends for specific languages.

mod diagnostic_debug;
mod diagnostic_display;
pub mod predeclared;
pub mod wgsl;

pub use diagnostic_debug::{DiagnosticDebug, ForDebug, ForDebugWithTypes};
pub use diagnostic_display::DiagnosticDisplay;

// Re-exported here for backwards compatibility
pub use super::proc::vector_size_str;