renderer new

This commit is contained in:
Jérôme Bousquié
2026-07-04 15:40:32 +02:00
parent 4b7a1b05e5
commit 2a3c6493fc
5 changed files with 122 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
//! # 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";