wde_wgpu/utils/
mod.rs

1//! Small utilities shared across the renderer.
2//!
3//! - [`vertex`]: canonical position/uv/normal layout used by examples and default pipelines.
4pub mod vertex;
5
6pub use vertex::*;