feat: add Vulkan surface bootstrap boundary

This commit is contained in:
2026-06-23 22:53:54 +04:00
parent a0a4089e4b
commit f5fae8e84a
3 changed files with 194 additions and 4 deletions
+3
View File
@@ -33,6 +33,9 @@ S0-VK-007 covered cargo xtask policy
S0-VK-008 covered cargo test -p fparkan-render-vulkan --offline instance_plan_is_sorted_deduplicated_and_portability_aware
S0-VK-009 covered cargo test -p fparkan-render-vulkan --offline instance_plan_adds_portability_extension_when_requested
S0-VK-010 covered cargo test -p fparkan-render-vulkan --offline invalid_instance_extension_name_is_reported_before_loader_use
S0-VK-011 covered cargo test -p fparkan-render-vulkan --offline surface_plan_requires_native_handles
S0-VK-012 covered cargo test -p fparkan-render-vulkan --offline surface_plan_json_is_stable
S0-VK-013 covered cargo test -p fparkan-render-vulkan --offline static_surface_extension_name_is_decoded
S0-LIMIT-001 covered cargo test -p fparkan-binary --offline rejects_count_stride_overflow
S0-LIMIT-002 covered cargo test -p fparkan-binary --offline rejects_oversized_declared_allocation_before_read
L1-P1-NRES-001 covered cargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
1 # Acceptance coverage manifest.
33 S0-VK-008
34 S0-VK-009
35 S0-VK-010
36 S0-VK-011
37 S0-VK-012
38 S0-VK-013
39 S0-LIMIT-001
40 S0-LIMIT-002
41 L1-P1-NRES-001