forked from widberg/bgfx.cmake
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the submodules group with 3 updates
Bumps the submodules group with 3 updates: [bgfx](https://github.com/bkaradzic/bgfx), [bx](https://github.com/bkaradzic/bx) and [bimg](https://github.com/bkaradzic/bimg). Updates `bgfx` from `d1feabe` to `af12904` - [Commits](bkaradzic/bgfx@d1feabe...af12904) Updates `bx` from `24527ea` to `e7ede51` - [Commits](bkaradzic/bx@24527ea...e7ede51) Updates `bimg` from `59f188a` to `2afa64c` - [Commits](bkaradzic/bimg@59f188a...2afa64c) --- updated-dependencies: - dependency-name: bgfx dependency-type: direct:production dependency-group: submodules - dependency-name: bx dependency-type: direct:production dependency-group: submodules - dependency-name: bimg dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c2b7416
commit 1156dcc
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bgfx
updated
26 files
+1 −1 | 3rdparty/meshoptimizer/src/allocator.cpp | |
+1 −1 | 3rdparty/meshoptimizer/src/clusterizer.cpp | |
+4 −4 | 3rdparty/meshoptimizer/src/indexcodec.cpp | |
+17 −13 | 3rdparty/meshoptimizer/src/meshoptimizer.h | |
+120 −29 | 3rdparty/meshoptimizer/src/simplifier.cpp | |
+1 −1 | 3rdparty/meshoptimizer/src/stripifier.cpp | |
+1 −1 | 3rdparty/meshoptimizer/src/vertexcodec.cpp | |
+43 −43 | bindings/bf/bgfx.bf | |
+43 −43 | bindings/cs/bgfx.cs | |
+26 −26 | bindings/d/package.d | |
+36 −36 | bindings/zig/bgfx.zig | |
+109 −85 | examples/47-pixelformats/pixelformats.cpp | |
+19 −14 | examples/common/entry/dialog.cpp | |
+25 −25 | include/bgfx/defines.h | |
+15 −7 | include/bgfx/embedded_shader.h | |
+2 −50 | makefile | |
+8 −7 | scripts/bgfx.idl | |
+1 −0 | src/bgfx.cpp | |
+15 −0 | src/bgfx_p.h | |
+16 −0 | src/config.h | |
+1 −0 | src/renderer_gl.cpp | |
+7 −0 | src/renderer_noop.cpp | |
+225 −49 | src/renderer_vk.cpp | |
+18 −2 | src/renderer_vk.h | |
+2 −2 | src/version.h | |
+39 −18 | tools/texturev/texturev.cpp |
Submodule bx
updated
13 files
+3 −8 | include/bx/macros.h | |
+34 −38 | include/bx/platform.h | |
+2 −2 | makefile | |
+23 −1 | src/crtnone.cpp | |
+1 −1 | src/debug.cpp | |
+2 −2 | src/file.cpp | |
+5 −7 | src/filepath.cpp | |
+1 −1 | src/mutex.cpp | |
+5 −0 | src/os.cpp | |
+1 −1 | src/thread.cpp | |
+2 −2 | src/timer.cpp | |
+1 −0 | tests/macros_test.cpp | |
+3 −2 | tests/run_test.cpp |