feat(examples): 3D MVP cube via standard shader, drop basic (Étape 5)

This commit is contained in:
Jérôme Bousquié
2026-09-17 10:40:43 +02:00
parent 43e8bfb40a
commit 0a85aff17b
15 changed files with 218 additions and 111 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
//! ```ignore
//! use wsg_lib::core::{Context, Renderer};
//! use wsg_lib::resources::{Mesh, Material, Vertex};
//! use wsg_lib::utils::BASIC_SHADER;
//! use wsg_lib::utils::STANDARD_SHADER;
//! ```
// Warn if a public API item has no rustdoc comment, keeping API coverage at 100%.