bump submodules and add new sources to spirv-opt.cmake

This commit is contained in:
alemuntoni
2025-12-04 09:48:26 +01:00
committed by Sandy
parent 052d997930
commit b5e37cd0db
3 changed files with 4 additions and 2 deletions

2
bgfx

Submodule bgfx updated: ee2072d02f...3a652bbc7a

2
bx

Submodule bx updated: 1dc8c48270...5dc415ee2e

View File

@@ -84,6 +84,7 @@ file(
${SPIRV_TOOLS}/source/util/hex_float.h
${SPIRV_TOOLS}/source/util/parse_number.cpp
${SPIRV_TOOLS}/source/util/parse_number.h
${SPIRV_TOOLS}/source/util/status.h
${SPIRV_TOOLS}/source/util/string_utils.cpp
${SPIRV_TOOLS}/source/util/string_utils.h
${SPIRV_TOOLS}/source/util/timer.h
@@ -120,6 +121,7 @@ file(
${SPIRV_TOOLS}/source/val/validate_invalid_type.cpp
${SPIRV_TOOLS}/source/val/validate_layout.cpp
${SPIRV_TOOLS}/source/val/validate_literals.cpp
${SPIRV_TOOLS}/source/val/validate_logical_pointers.cpp
${SPIRV_TOOLS}/source/val/validate_logicals.cpp
${SPIRV_TOOLS}/source/val/validate_memory.cpp
${SPIRV_TOOLS}/source/val/validate_memory_semantics.cpp