diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 21:21:07 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 21:21:07 +0300 |
| commit | 0ee635eb77d8de656af32ca0c4a2fa9562bcbd54 (patch) | |
| tree | 40b408bc6df8080399a5a5e02990949abe3feceb /apps/fparkan-game | |
| parent | 14096788fccf47e24a93d7b13f8124e84381f339 (diff) | |
| download | fparkan-0ee635eb77d8de656af32ca0c4a2fa9562bcbd54.tar.xz fparkan-0ee635eb77d8de656af32ca0c4a2fa9562bcbd54.zip | |
docs(render): describe all-roots Vulkan preview
Diffstat (limited to 'apps/fparkan-game')
| -rw-r--r-- | apps/fparkan-game/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/fparkan-game/src/main.rs b/apps/fparkan-game/src/main.rs index ccc9cc5..af7fe1d 100644 --- a/apps/fparkan-game/src/main.rs +++ b/apps/fparkan-game/src/main.rs @@ -237,7 +237,7 @@ fn load_requested_mission( .map_err(|err| err.to_string()) } -/// Static geometry and descriptors belonging to the first preview root. +/// Static geometry and descriptors belonging to the selected preview roots. struct StaticPreviewScene { mesh: VulkanStaticMesh, materials: Vec<VulkanStaticMaterial>, @@ -251,7 +251,7 @@ struct StaticPreviewScene { } /// Projects the mission terrain plus every MSH component of the explicitly -/// bounded static-preview root into one diagnostic XY frame. +/// bounded static-preview roots into one diagnostic XY frame. /// /// This intentionally takes only the first MAT0 texture request for each MSH /// batch selector. Terrain maps its proven low-byte packed tag channel through |
