From 9745dd9a95b3b792ef4b5503e533046242dd65fe Mon Sep 17 00:00:00 2001 From: Chris Lorenzo Date: Tue, 9 Jun 2026 08:33:15 -0400 Subject: [PATCH] chore(examples): drop "compare novao" line from load-time sweep panel VAO is a per-frame render optimization; it does not meaningfully affect build/ texture-upload time, which is what the load-time sweep measures. Suggesting a VAO A/B on this panel was misleading. The header still shows which VAO mode the run used (informational), just without the compare prompt. Co-Authored-By: Claude Opus 4.8 (1M context) --- examples/tests/stress-tv.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/tests/stress-tv.ts b/examples/tests/stress-tv.ts index 2d39590..6cb858f 100644 --- a/examples/tests/stress-tv.ts +++ b/examples/tests/stress-tv.ts @@ -409,7 +409,6 @@ export default async function test({ r.fps } fps, ${r.limiter})\n`; } - panel += 'Re-run with &novao=true to compare VAO off.'; renderer.createTextNode({ x: 40, y: 60,