WIREFRAME_WGSL

Constant WIREFRAME_WGSL 

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

Wireframe debug visualization shader.

Renders mesh edges using barycentric coordinates to calculate edge distances. Useful for debugging mesh topology.