feat(vulkan-smoke): pin shader manifest provenance

This commit is contained in:
2026-06-25 04:40:04 +04:00
parent 4d8068aef0
commit 247f86aa09
4 changed files with 224 additions and 27 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ fn render_smoke_report_json(
("requested_frames", options.frames.to_string()),
(
"shader_manifest_hash",
json_string("849ffae9681f5ff2fc145d7b98f19f69b478d9ea73207efdf5f1748e8d51045c"),
json_string(&report.shader_manifest_hash),
),
("vulkan_loader_status", json_string("available")),
("vulkan_instance_status", json_string("created")),