pub use *;
pub use *;
use SlangCompiler;
// pub mod utils;
/// Directory of slang shaders from `stensor`.
pub const SLANG_SRC_DIR: Dir =
include_dir!;
/// Register all the shaders from this crate (and its dependencies) as modules accessible to the
/// `compiler`.
///
/// This function must be called before compiling any shader. This is the main way of handling
/// cross-crates shader dependencies without tricky include path handling.