Skip to content

Commit 657dd62

Browse files
alemuntonibwrsandman
authored andcommitted
bump submodules and add new sources to spirv-opt.cmake
1 parent 36a0d1d commit 657dd62

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

bgfx

Submodule bgfx updated 713 files

bimg

cmake/bgfx/3rdparty/spirv-opt.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ file(
7070
${SPIRV_TOOLS}/source/spirv_validator_options.h
7171
${SPIRV_TOOLS}/source/table.cpp
7272
${SPIRV_TOOLS}/source/table.h
73+
${SPIRV_TOOLS}/source/table2.cpp
74+
${SPIRV_TOOLS}/source/table2.h
7375
${SPIRV_TOOLS}/source/text.cpp
7476
${SPIRV_TOOLS}/source/text.h
7577
${SPIRV_TOOLS}/source/text_handler.cpp
@@ -114,6 +116,7 @@ file(
114116
${SPIRV_TOOLS}/source/val/validate_image.cpp
115117
${SPIRV_TOOLS}/source/val/validate_instruction.cpp
116118
${SPIRV_TOOLS}/source/val/validate_interfaces.cpp
119+
${SPIRV_TOOLS}/source/val/validate_invalid_type.cpp
117120
${SPIRV_TOOLS}/source/val/validate_layout.cpp
118121
${SPIRV_TOOLS}/source/val/validate_literals.cpp
119122
${SPIRV_TOOLS}/source/val/validate_logicals.cpp
@@ -129,6 +132,7 @@ file(
129132
${SPIRV_TOOLS}/source/val/validate_ray_tracing_reorder.cpp
130133
${SPIRV_TOOLS}/source/val/validate_scopes.cpp
131134
${SPIRV_TOOLS}/source/val/validate_small_type_uses.cpp
135+
${SPIRV_TOOLS}/source/val/validate_tensor.cpp
132136
${SPIRV_TOOLS}/source/val/validate_tensor_layout.cpp
133137
${SPIRV_TOOLS}/source/val/validate_type.cpp
134138
${SPIRV_TOOLS}/source/val/validation_state.cpp

0 commit comments

Comments
 (0)