UNLIT_WGSL

Constant UNLIT_WGSL 

Source
pub const UNLIT_WGSL: &'static str;
Expand description

Simple unlit shader for vertex-colored objects.

Outputs interpolated vertex colors directly without any lighting calculations. Useful for debug visualization and UI elements.