Skip to content

Commit bc191ae

Browse files
committed
[update] documentation.
1 parent 84c672a commit bc191ae

File tree

1 file changed

+1
-4
lines changed
  • crates/lambda-rs/src/render

1 file changed

+1
-4
lines changed

crates/lambda-rs/src/render/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
//! High‑level rendering API for cross‑platform windowed applications.
22
//!
33
//! 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.
4+
//! that assemble a frame using explicit commands.
85
//!
96
//! Concepts
107
//! - `RenderContext`: owns the graphics instance, presentation surface, and

0 commit comments

Comments
 (0)