Add Vulkan backend minimal integration test

This commit is contained in:
2026-03-27 23:26:45 +08:00
parent 291d1a7e41
commit 6b3f5a9b93
8 changed files with 329 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.15)
project(vulkan_integration_tests)
find_package(Python3 REQUIRED)
add_subdirectory(minimal)