Skip to content

Commit

Permalink
Branch Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 1, 2024
1 parent 2576bf1 commit 3a802a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game-window
2 changes: 1 addition & 1 deletion imgui
Submodule imgui updated 61 files
+1 −1 .github/FUNDING.yml
+2 −2 .github/workflows/build.yml
+2 −1 .gitignore
+4 −2 backends/imgui_impl_allegro5.cpp
+2 −0 backends/imgui_impl_android.cpp
+2 −1 backends/imgui_impl_dx10.cpp
+2 −1 backends/imgui_impl_dx11.cpp
+2 −1 backends/imgui_impl_dx12.cpp
+2 −1 backends/imgui_impl_dx9.cpp
+7 −2 backends/imgui_impl_glfw.cpp
+1 −0 backends/imgui_impl_glut.cpp
+5 −3 backends/imgui_impl_metal.mm
+2 −1 backends/imgui_impl_opengl2.cpp
+25 −24 backends/imgui_impl_opengl3.cpp
+3 −3 backends/imgui_impl_opengl3.h
+110 −16 backends/imgui_impl_opengl3_loader.h
+6 −4 backends/imgui_impl_osx.mm
+4 −2 backends/imgui_impl_sdl2.cpp
+45 −29 backends/imgui_impl_sdl3.cpp
+1 −1 backends/imgui_impl_sdl3.h
+21 −23 backends/imgui_impl_sdlrenderer2.cpp
+1 −1 backends/imgui_impl_sdlrenderer2.h
+22 −24 backends/imgui_impl_sdlrenderer3.cpp
+1 −1 backends/imgui_impl_sdlrenderer3.h
+12 −9 backends/imgui_impl_vulkan.cpp
+9 −2 backends/imgui_impl_vulkan.h
+2 −1 backends/imgui_impl_wgpu.cpp
+46 −27 backends/imgui_impl_win32.cpp
+2 −2 docs/BACKENDS.md
+187 −4 docs/CHANGELOG.txt
+4 −4 docs/EXAMPLES.md
+35 −3 docs/FAQ.md
+3 −3 docs/README.md
+8 −10 docs/TODO.txt
+1 −1 examples/example_android_opengl3/main.cpp
+17 −7 examples/example_glfw_vulkan/main.cpp
+100 −0 examples/example_glfw_wgpu/CMakeLists.txt
+0 −0 examples/example_glfw_wgpu/Makefile.emscripten
+2 −2 examples/example_glfw_wgpu/README.md
+82 −18 examples/example_glfw_wgpu/main.cpp
+5 −1 examples/example_glfw_wgpu/web/index.html
+1 −1 examples/example_sdl2_sdlrenderer2/main.cpp
+17 −7 examples/example_sdl2_vulkan/main.cpp
+3 −3 examples/example_sdl3_opengl3/Makefile
+3 −3 examples/example_sdl3_sdlrenderer3/Makefile
+3 −2 examples/example_sdl3_sdlrenderer3/main.cpp
+14 −2 examples/example_win32_directx10/main.cpp
+13 −2 examples/example_win32_directx11/main.cpp
+15 −2 examples/example_win32_directx12/main.cpp
+18 −4 examples/example_win32_directx9/main.cpp
+1 −1 examples/libs/usynergy/uSynergy.h
+642 −358 imgui.cpp
+140 −87 imgui.h
+291 −105 imgui_demo.cpp
+7 −3 imgui_draw.cpp
+157 −137 imgui_internal.h
+88 −41 imgui_tables.cpp
+115 −76 imgui_widgets.cpp
+1 −1 imstb_textedit.h
+1 −1 imstb_truetype.h
+1 −1 misc/freetype/imgui_freetype.cpp
2 changes: 1 addition & 1 deletion sdl3
Submodule sdl3 updated 903 files

0 comments on commit 3a802a4

Please sign in to comment.