Skip to content

Commit

Permalink
chore: update third party
Browse files Browse the repository at this point in the history
  • Loading branch information
jyxiong committed Oct 28, 2024
1 parent 113569a commit cc0980c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion external/glslang
Submodule glslang updated 698 files
2 changes: 1 addition & 1 deletion external/imgui
Submodule imgui updated 60 files
+1 −1 .github/workflows/static-analysis.yml
+15 −14 backends/imgui_impl_allegro5.cpp
+74 −73 backends/imgui_impl_dx10.cpp
+91 −80 backends/imgui_impl_dx11.cpp
+12 −0 backends/imgui_impl_dx11.h
+53 −48 backends/imgui_impl_dx12.cpp
+11 −5 backends/imgui_impl_dx12.h
+86 −78 backends/imgui_impl_dx9.cpp
+8 −8 backends/imgui_impl_glfw.cpp
+16 −17 backends/imgui_impl_metal.mm
+15 −13 backends/imgui_impl_opengl2.cpp
+19 −17 backends/imgui_impl_opengl3.cpp
+6 −0 backends/imgui_impl_opengl3_loader.h
+7 −7 backends/imgui_impl_osx.mm
+15 −13 backends/imgui_impl_sdl2.cpp
+15 −16 backends/imgui_impl_sdl3.cpp
+19 −8 backends/imgui_impl_sdlrenderer2.cpp
+9 −0 backends/imgui_impl_sdlrenderer2.h
+21 −10 backends/imgui_impl_sdlrenderer3.cpp
+9 −0 backends/imgui_impl_sdlrenderer3.h
+38 −34 backends/imgui_impl_vulkan.cpp
+21 −13 backends/imgui_impl_vulkan.h
+47 −16 backends/imgui_impl_wgpu.cpp
+10 −0 backends/imgui_impl_wgpu.h
+14 −15 backends/imgui_impl_win32.cpp
+186 −0 docs/CHANGELOG.txt
+20 −19 docs/FAQ.md
+1 −1 docs/README.md
+4 −6 docs/TODO.txt
+1 −1 examples/example_glfw_vulkan/CMakeLists.txt
+2 −2 examples/example_glfw_vulkan/build_win32.bat
+4 −3 examples/example_glfw_vulkan/build_win64.bat
+4 −4 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
+5 −1 examples/example_sdl2_vulkan/build_win32.bat
+14 −0 examples/example_sdl2_vulkan/build_win64.bat
+5 −5 examples/example_sdl2_vulkan/example_sdl2_vulkan.vcxproj
+7 −1 examples/example_sdl3_opengl3/build_win32.bat
+14 −0 examples/example_sdl3_opengl3/build_win64.bat
+1 −1 examples/example_sdl3_opengl3/main.cpp
+1 −1 examples/example_sdl3_sdlrenderer3/main.cpp
+14 −0 examples/example_sdl3_vulkan/build_win32.bat
+14 −0 examples/example_sdl3_vulkan/build_win64.bat
+190 −0 examples/example_sdl3_vulkan/example_sdl3_vulkan.vcxproj
+64 −0 examples/example_sdl3_vulkan/example_sdl3_vulkan.vcxproj.filters
+607 −0 examples/example_sdl3_vulkan/main.cpp
+1 −2 examples/example_win32_directx12/build_win32.bat
+5 −5 examples/example_win32_directx12/example_win32_directx12.vcxproj
+0 −4 examples/example_win32_directx12/main.cpp
+10 −0 examples/imgui_examples.sln
+6 −3 imconfig.h
+791 −298 imgui.cpp
+101 −49 imgui.h
+49 −7 imgui_demo.cpp
+32 −6 imgui_draw.cpp
+127 −295 imgui_internal.h
+5 −3 imgui_tables.cpp
+170 −107 imgui_widgets.cpp
+22 −4 misc/freetype/README.md
+19 −5 misc/freetype/imgui_freetype.cpp
+7 −0 misc/freetype/imgui_freetype.h
2 changes: 1 addition & 1 deletion external/stb
Submodule stb updated 2 files
+2 −2 README.md
+80 −51 stb_image_resize2.h
2 changes: 1 addition & 1 deletion external/volk
Submodule volk updated 3 files
+10 −11 CMakeLists.txt
+15 −45 volk.c
+11 −31 volk.h

0 comments on commit cc0980c

Please sign in to comment.