Initial commit

This commit is contained in:
2026-01-23 22:15:36 +01:00
commit ca60108606
167 changed files with 5311 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/layers/CMakeLists.txt
+++ b/layers/CMakeLists.txt
@@ -115,7 +115,7 @@ endif()
find_package(PythonInterp 3 QUIET)
-if (PYTHONINTERP_FOUND)
+if (0)
# Get the include directory of the SPIRV-Headers
get_target_property(SPIRV_HEADERS_INCLUDE_DIR SPIRV-Headers::SPIRV-Headers INTERFACE_INCLUDE_DIRECTORIES)