From 0ee635eb77d8de656af32ca0c4a2fa9562bcbd54 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 18 Jul 2026 22:21:07 +0400 Subject: docs(render): describe all-roots Vulkan preview --- apps/fparkan-game/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/fparkan-game') 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, @@ -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 -- cgit v1.2.3