From 781241742dc650353bd354868bd497d1f65011a9 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 18 Jul 2026 11:43:33 +0400 Subject: feat(runtime): trace visual graph phases --- docs/tomes/05-render.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/tomes/05-render.md') diff --git a/docs/tomes/05-render.md b/docs/tomes/05-render.md index dc8790d..5899182 100644 --- a/docs/tomes/05-render.md +++ b/docs/tomes/05-render.md @@ -1094,6 +1094,13 @@ process was terminated. This gives no Part 2 GPU acceptance or pixel result and does not attribute the delay to Vulkan; its visual-dependency corpus remains a separate profiling and compatibility target. +`GraphVisuals` is now split observationally into `GraphVisualWears`, +`GraphVisualMaterials` and `GraphVisualTextures`; it preserves the existing +graph traversal, edge order and validation semantics. Repeating the controlled +180-second Part 2 probe ended at `GraphVisualTextures`. Thus Part 2 had passed +WEAR and MAT0 expansion before timeout; its remaining bottleneck is TEXM +validation/archive work, not Vulkan submission or the base prototype graph. + `Assets` now has four ordered diagnostic sub-checkpoints: `AssetModelMeshes` (MSH), `AssetWearTables` (WEAR), `AssetMaterials` (MAT0) and `AssetTextures` (diffuse TEXM and lightmaps). The callback is observational: it neither changes -- cgit v1.2.3