Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Dec 4, 2023
1 parent 0a50b15 commit 85fb500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kha
Submodule Kha updated 56 files
+6 −2 .github/workflows/android-opengl.yml
+6 −2 .github/workflows/android-vulkan.yml
+22 −0 Backends/Empty/kha/Image.hx
+1 −1 Backends/Empty/kha/network/Http.hx
+26 −9 Backends/HTML5/kha/SystemImpl.hx
+2 −2 Backends/HTML5/kha/js/graphics4/Graphics.hx
+1 −1 Backends/Java/kha/SystemImpl.hx
+22 −19 Backends/Kinc-HL/hl/libs/fmt/fmt.c
+2 −2 Backends/Kinc-HL/kfile.js
+5 −1 Backends/Kinc-HL/kha/Image.hx
+27 −7 Backends/Kinc-HL/kha/SystemImpl.hx
+1 −1 Backends/Kinc-HL/kha/arrays/ByteArray.hx
+9 −4 Backends/Kinc-HL/kinc-bridge/system.c.h
+5 −0 Backends/Kinc-HL/kinc-bridge/texture.c.h
+14 −6 Backends/Kinc-hxcpp/kfile.js
+1 −1 Backends/Kinc-hxcpp/kha/Image.hx
+1 −1 Backends/Kinc-hxcpp/khacpp
+1 −1 Kinc
+29 −2 Sources/kha/Assets.hx
+0 −8 Sources/kha/Image.hx
+1 −2 Sources/kha/WindowMode.hx
+1 −1 Sources/kha/WindowOptions.hx
+1 −1 Sources/kha/graphics4/BlendingFactor.hx
+1 −1 Sources/kha/graphics4/BlendingOperation.hx
+1 −1 Sources/kha/graphics4/CompareMode.hx
+1 −1 Sources/kha/graphics4/CullMode.hx
+1 −1 Sources/kha/graphics4/DepthStencilFormat.hx
+1 −1 Sources/kha/graphics4/MipMapFilter.hx
+1 −1 Sources/kha/graphics4/StencilAction.hx
+1 −1 Sources/kha/graphics4/TexDir.hx
+1 −1 Sources/kha/graphics4/TextureAddressing.hx
+1 −1 Sources/kha/graphics4/TextureFilter.hx
+1 −1 Sources/kha/graphics4/TextureFormat.hx
+1 −1 Sources/kha/graphics4/Usage.hx
+1 −1 Sources/kha/graphics4/VertexData.hx
+1 −1 Sources/kha/input/KeyCode.hx
+12 −12 Sources/kha/math/FastMatrix2.hx
+16 −16 Sources/kha/math/FastMatrix3.hx
+20 −20 Sources/kha/math/FastMatrix4.hx
+9 −9 Sources/kha/math/FastVector2.hx
+8 −8 Sources/kha/math/FastVector3.hx
+6 −6 Sources/kha/math/FastVector4.hx
+12 −12 Sources/kha/math/Matrix2.hx
+16 −16 Sources/kha/math/Matrix3.hx
+20 −20 Sources/kha/math/Matrix4.hx
+10 −10 Sources/kha/math/Vector2.hx
+6 −6 Sources/kha/math/Vector2i.hx
+9 −9 Sources/kha/math/Vector3.hx
+7 −7 Sources/kha/math/Vector4.hx
+1 −1 Tools/khamake
+1 −1 Tools/linux_arm64
+1 −1 Tools/linux_x64
+1 −1 Tools/macos
+1 −1 Tools/windows_x64
+5 −5 get_dlc
+1 −1 get_dlc.bat

0 comments on commit 85fb500

Please sign in to comment.