瀏覽代碼

Updated PC's vulkan validation lib (#212)

Signed-off-by: moudgils <[email protected]>
moudgils 1 年之前
父節點
當前提交
e101e8e96d

+ 2 - 2
package-system/vulkan-validationlayers/build_config.json

@@ -1,8 +1,8 @@
 {
 {
     "git_url":"https://github.com/KhronosGroup/Vulkan-ValidationLayers.git",
     "git_url":"https://github.com/KhronosGroup/Vulkan-ValidationLayers.git",
-    "git_tag":"v1.2.198",
+    "git_tag":"v1.3.261",
     "package_name":"vulkan-validationlayers",
     "package_name":"vulkan-validationlayers",
-    "package_version":"1.2.198-rev1",
+    "package_version":"1.3.261-rev1",
     "package_url":"https://github.com/KhronosGroup/Vulkan-ValidationLayers",
     "package_url":"https://github.com/KhronosGroup/Vulkan-ValidationLayers",
     "package_license":"Apache-2.0",
     "package_license":"Apache-2.0",
     "package_license_file":"LICENSE.txt",
     "package_license_file":"LICENSE.txt",

+ 2 - 2
package-system/vulkan-validationlayers/build_vulkan_validation_windows.cmd

@@ -20,7 +20,7 @@ cmake -C temp/src/external/helper.cmake -S temp/src -B temp/build
 cmake --build temp/build --config Release --target clean
 cmake --build temp/build --config Release --target clean
 cmake --build temp/build --config Release --target install 
 cmake --build temp/build --config Release --target install 
 mkdir temp\\build\\install\\lib\\release
 mkdir temp\\build\\install\\lib\\release
-move temp\\build\\install\\lib\\* temp\\build\\install\\lib\\release\\
+move temp\\build\\layers\\Release\\* temp\\build\\install\\lib\\release\\
 
 
 @rem debug build
 @rem debug build
 %PYTHON_BINARY% temp/src/scripts/update_deps.py --dir temp/src/external --arch x64 --config debug
 %PYTHON_BINARY% temp/src/scripts/update_deps.py --dir temp/src/external --arch x64 --config debug
@@ -28,6 +28,6 @@ cmake --build temp/build --config Debug --target clean
 cmake -C temp/src/external/helper.cmake -S temp/src -B temp/build
 cmake -C temp/src/external/helper.cmake -S temp/src -B temp/build
 cmake --build temp/build --config Debug --target install 
 cmake --build temp/build --config Debug --target install 
 mkdir temp\\build\\install\\lib\\debug
 mkdir temp\\build\\install\\lib\\debug
-move temp\\build\\install\\lib\\* temp\\build\\install\\lib\\debug\\
+move temp\\build\\layers\\Debug\\* temp\\build\\install\\lib\\debug\\
 
 
 exit /b 0
 exit /b 0

+ 2 - 2
package_build_list_host_windows.json

@@ -59,7 +59,7 @@
         "tiff-4.2.0.15-rev3-windows": "Scripts/extras/pull_and_build_from_git.py ../../package-system/tiff --platform-name Windows --package-root ../../package-system --clean",
         "tiff-4.2.0.15-rev3-windows": "Scripts/extras/pull_and_build_from_git.py ../../package-system/tiff --platform-name Windows --package-root ../../package-system --clean",
         "tiff-4.2.0.15-rev4-android": "Scripts/extras/pull_and_build_from_git.py ../../package-system/tiff --platform-name Android --package-root ../../package-system --clean",
         "tiff-4.2.0.15-rev4-android": "Scripts/extras/pull_and_build_from_git.py ../../package-system/tiff --platform-name Android --package-root ../../package-system --clean",
         "v-hacd-2.3-1a49edf-rev1-windows": "package-system/v-hacd/build_package_image.py --platform-name windows",
         "v-hacd-2.3-1a49edf-rev1-windows": "package-system/v-hacd/build_package_image.py --platform-name windows",
-        "vulkan-validationlayers-1.2.198-rev1-windows": "Scripts/extras/pull_and_build_from_git.py ../../package-system/vulkan-validationlayers --platform-name Windows --package-root ../../package-system --clean",
+        "vulkan-validationlayers-1.3.261-rev1-windows": "Scripts/extras/pull_and_build_from_git.py ../../package-system/vulkan-validationlayers --platform-name Windows --package-root ../../package-system --clean",
         "zlib-1.2.11-rev5-android": "Scripts/extras/pull_and_build_from_git.py ../../package-system/zlib --platform-name Android --package-root ../../package-system --clean",
         "zlib-1.2.11-rev5-android": "Scripts/extras/pull_and_build_from_git.py ../../package-system/zlib --platform-name Android --package-root ../../package-system --clean",
         "zlib-1.2.11-rev5-windows": "Scripts/extras/pull_and_build_from_git.py ../../package-system/zlib --platform-name Windows --package-root ../../package-system --clean"
         "zlib-1.2.11-rev5-windows": "Scripts/extras/pull_and_build_from_git.py ../../package-system/zlib --platform-name Windows --package-root ../../package-system --clean"
   },
   },
@@ -129,7 +129,7 @@
     "tiff-4.2.0.15-rev3-windows": "package-system/tiff-windows",
     "tiff-4.2.0.15-rev3-windows": "package-system/tiff-windows",
     "tiff-4.2.0.15-rev4-android": "package-system/tiff-android",
     "tiff-4.2.0.15-rev4-android": "package-system/tiff-android",
     "v-hacd-2.3-1a49edf-rev1-windows": "package-system/v-hacd-windows",
     "v-hacd-2.3-1a49edf-rev1-windows": "package-system/v-hacd-windows",
-    "vulkan-validationlayers-1.2.198-rev1-windows": "package-system/vulkan-validationlayers-windows",
+    "vulkan-validationlayers-1.3.261-rev1-windows": "package-system/vulkan-validationlayers-windows",
     "xxhash-0.7.4-rev1-multiplatform": "package-system/xxhash-multiplatform",
     "xxhash-0.7.4-rev1-multiplatform": "package-system/xxhash-multiplatform",
     "zlib-1.2.11-rev5-android": "package-system/zlib-android",
     "zlib-1.2.11-rev5-android": "package-system/zlib-android",
     "zlib-1.2.11-rev5-windows": "package-system/zlib-windows",
     "zlib-1.2.11-rev5-windows": "package-system/zlib-windows",