improving CTS support

This commit is contained in:
2025-12-07 22:04:42 +01:00
parent fb4d130d9d
commit 4ca671366d
9 changed files with 229 additions and 59 deletions

View File

@@ -18,5 +18,11 @@ jobs:
- name: Building
run: zig build
- name: Test
- name: Zig Tests
run: zig build test-soft
- name: Vulkan Conformance Test Suite
run: zig build test-conformance-soft
- name: Vulkan CTS report
run: zig build test-conformance-soft-result-to-html