Files
wsg/lib/conf.rs
T
Jérôme Bousquié 2a3c6493fc renderer new
2026-07-04 15:40:32 +02:00

7 lines
319 B
Rust

//! # Configuration Module
//!
//! Holds shared constants for the WSG library, such as shader paths and other compilation-time values.
//! This module centralizes configuration so that it can be imported by any submodule without duplicating literals.
pub const BASIC_SHADER: &str = "assets/shaders/basic_shader.wgsl";