forked from widberg/bgfx.cmake
-
Notifications
You must be signed in to change notification settings - Fork 109
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 `56ad576` to `0244cc4` - [Commits](bkaradzic/bgfx@56ad576...0244cc4) Updates `bx` from `dc3bf29` to `3072cf3` - [Commits](bkaradzic/bx@dc3bf29...3072cf3) Updates `bimg` from `0903ea2` to `e9fa0ce` - [Commits](bkaradzic/bimg@0903ea2...e9fa0ce) --- 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
8dcc50e
commit e12aba9
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bgfx
updated
24 files
+9 −0 | README.md | |
+9 −6 | bindings/bf/bgfx.bf | |
+9 −6 | bindings/cs/bgfx.cs | |
+18 −12 | bindings/d/package.d | |
+18 −14 | bindings/zig/bgfx.zig | |
+1 −1 | examples/09-hdr/hdr.cpp | |
+1 −1 | examples/33-pom/pom.cpp | |
+31 −30 | examples/common/bgfx_utils.cpp | |
+7 −7 | examples/common/bgfx_utils.h | |
+17 −6 | include/bgfx/bgfx.h | |
+16 −10 | include/bgfx/c99/bgfx.h | |
+1 −1 | include/bgfx/defines.h | |
+13 −7 | scripts/bgfx.idl | |
+1 −1 | scripts/bindings-d.lua | |
+16 −22 | src/bgfx.cpp | |
+7 −7 | src/bgfx.idl.inl | |
+20 −14 | src/bgfx_p.h | |
+4 −0 | src/config.h | |
+3 −3 | src/renderer_d3d11.cpp | |
+6 −7 | src/renderer_d3d11.h | |
+9 −0 | src/renderer_gl.cpp | |
+88 −98 | src/renderer_vk.cpp | |
+1 −1 | src/shader_dxbc.cpp | |
+2 −2 | src/version.h |
Submodule bimg
updated
3 files
+173 −175 | 3rdparty/stb/stb_image.h | |
+12 −9 | 3rdparty/stb/stb_image_resize.h | |
+6 −2 | src/image.cpp |
Submodule bx
updated
5 files
+9 −4 | include/bx/bx.h | |
+2 −1 | include/bx/debug.h | |
+24 −8 | include/bx/inline/bx.inl | |
+0 −93 | tests/bitcast_test.cpp | |
+101 −0 | tests/cast_test.cpp |