We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c672a commit bc191aeCopy full SHA for bc191ae
crates/lambda-rs/src/render/mod.rs
@@ -1,10 +1,7 @@
1
//! High‑level rendering API for cross‑platform windowed applications.
2
//!
3
//! The rendering module provides a small set of stable, engine‑facing types
4
-//! that assemble a frame using explicit commands. It hides lower‑level
5
-//! platform details (the `wgpu` device, queue, surfaces, and raw descriptors)
6
-//! behind builders and handles while keeping configuration visible and
7
-//! predictable.
+//! that assemble a frame using explicit commands.
8
9
//! Concepts
10
//! - `RenderContext`: owns the graphics instance, presentation surface, and
0 commit comments