Commit dc00159
committed
Updated third-party modules
1 parent d420e9e commit dc00159
File tree
10 files changed
+228
-114
lines changed- Graphics/ShaderTools/src
- ThirdParty
- stb
10 files changed
+228
-114
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
201 | 210 | | |
202 | | - | |
| 211 | + | |
203 | 212 | | |
204 | 213 | | |
205 | 214 | | |
| |||
Submodule SPIRV-Cross updated 236 files
Submodule SPIRV-Headers updated 14 files
- CMakeLists.txt+4-5
- include/spirv/spir-v.xml+2-1
- include/spirv/unified1/NonSemanticClspvReflection.h+3-1
- include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json+23-1
- include/spirv/unified1/spirv.bf+71
- include/spirv/unified1/spirv.core.grammar.json+718-25
- include/spirv/unified1/spirv.cs+71
- include/spirv/unified1/spirv.h+106
- include/spirv/unified1/spirv.hpp+106
- include/spirv/unified1/spirv.hpp11+106
- include/spirv/unified1/spirv.json+72-4
- include/spirv/unified1/spirv.lua+71
- include/spirv/unified1/spirv.py+71
- include/spirv/unified1/spv.d+71
Submodule SPIRV-Tools updated 601 files
Submodule Vulkan-Headers updated 36 files
- .cmake-format.py-34
- BUILD.md+14
- CMakeLists.txt+13-34
- README.md+6-33
- cmake/install.cmake+54
- cmake/version.cmake+44
- include/vk_video/vulkan_video_codec_h264std.h+40-35
- include/vk_video/vulkan_video_codec_h264std_decode.h+5-33
- include/vk_video/vulkan_video_codec_h264std_encode.h+2-2
- include/vk_video/vulkan_video_codec_h265std.h+138-52
- include/vk_video/vulkan_video_codec_h265std_decode.h+4-5
- include/vk_video/vulkan_video_codec_h265std_encode.h+33-22
- include/vulkan/vk_icd.h+7
- include/vulkan/vk_sdk_platform.h+2
- include/vulkan/vulkan.h-1
- include/vulkan/vulkan.hpp+1.5k-237
- include/vulkan/vulkan_beta.h+258-238
- include/vulkan/vulkan_core.h+1.5k-71
- include/vulkan/vulkan_enums.hpp+2.6k-4.7k
- include/vulkan/vulkan_format_traits.hpp+24
- include/vulkan/vulkan_funcs.hpp+2.1k-548
- include/vulkan/vulkan_handles.hpp+1.4k-401
- include/vulkan/vulkan_hash.hpp+1.3k-260
- include/vulkan/vulkan_raii.hpp+2.3k-420
- include/vulkan/vulkan_static_assertions.hpp+6.3k
- include/vulkan/vulkan_structs.hpp+10.8k-2.7k
- include/vulkan/vulkan_to_string.hpp+744-161
- registry/generator.py+4
- registry/genvk.py+2-2
- registry/profiles/VP_KHR_roadmap_2022.json+358
- registry/reg.py+5
- registry/spec_tools/conventions.py+13
- registry/validusage.json+27.4k-14.2k
- registry/video.xml+215-144
- registry/vk.xml+2.1k-533
- registry/vkconventions.py+13-7
Submodule googletest updated 42 files
- .github/workflows/gtest-ci.yml+5-5
- CMakeLists.txt+1
- WORKSPACE+13-8
- ci/windows-presubmit.bat+56
- docs/advanced.md+12-3
- docs/gmock_cheat_sheet.md+1-1
- docs/gmock_cook_book.md+12-11
- docs/quickstart-bazel.md+1-1
- docs/quickstart-cmake.md+2-3
- docs/reference/testing.md+1-1
- googlemock/include/gmock/gmock-actions.h+8-4
- googlemock/include/gmock/gmock-function-mocker.h+3-3
- googlemock/include/gmock/gmock-matchers.h+5
- googlemock/include/gmock/gmock-spec-builders.h+30-3
- googlemock/include/gmock/internal/gmock-internal-utils.h+7-11
- googlemock/src/gmock-internal-utils.cc+4-3
- googlemock/src/gmock-spec-builders.cc+16-2
- googlemock/test/gmock-matchers-comparisons_test.cc+5
- googlemock/test/gmock-spec-builders_test.cc+10-7
- googletest/CMakeLists.txt+16
- googletest/README.md+4-4
- googletest/cmake/internal_utils.cmake+7-2
- googletest/include/gtest/gtest-param-test.h+41-6
- googletest/include/gtest/gtest-printers.h+82
- googletest/include/gtest/gtest.h+27-10
- googletest/include/gtest/internal/gtest-death-test-internal.h+1-1
- googletest/include/gtest/internal/gtest-filepath.h+10
- googletest/include/gtest/internal/gtest-param-util.h+72
- googletest/include/gtest/internal/gtest-port-arch.h+2
- googletest/include/gtest/internal/gtest-port.h+71-67
- googletest/src/gtest-filepath.cc+59-20
- googletest/src/gtest-internal-inl.h+1-1
- googletest/src/gtest-printers.cc+1-1
- googletest/src/gtest.cc+64-27
- googletest/src/gtest_main.cc+12
- googletest/test/googletest-color-test.py+1
- googletest/test/googletest-filepath-test.cc+18
- googletest/test/googletest-param-test-test.cc+69-9
- googletest/test/googletest-printers-test.cc+32-1
- googletest/test/gtest_dirs_test.cc+97
- googletest/test/gtest_unittest.cc+3
- googletest/test/gtest_xml_outfile2_test_.cc+3-1
0 commit comments