Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Jun 30, 2019
1 parent c67e9b9 commit 1c53c49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Kha
Submodule Kha updated 90 files
+4 −4 .gitmodules
+4 −0 Backends/Android/kha/SystemImpl.hx
+4 −0 Backends/Empty/kha/SystemImpl.hx
+4 −0 Backends/Flash/kha/SystemImpl.hx
+1 −0 Backends/Flash/kha/flash/Sound.hx
+4 −0 Backends/HTML5-Worker/kha/SystemImpl.hx
+1 −1 Backends/HTML5/kha/CanvasImage.hx
+1 −1 Backends/HTML5/kha/Image.hx
+1 −1 Backends/HTML5/kha/Storage.hx
+4 −0 Backends/HTML5/kha/SystemImpl.hx
+5 −5 Backends/HTML5/kha/WebGLImage.hx
+3 −2 Backends/HTML5/kha/Window.hx
+3 −3 Backends/HTML5/kha/arrays/Float32Array.hx
+3 −3 Backends/HTML5/kha/arrays/Int16Array.hx
+3 −3 Backends/HTML5/kha/arrays/Uint32Array.hx
+1 −1 Backends/HTML5/kha/graphics4/IndexBuffer.hx
+1 −0 Backends/HTML5/kha/js/MobileWebAudioSound.hx
+1 −0 Backends/HTML5/kha/js/WebAudioSound.hx
+1 −1 Backends/HTML5/kha/js/vr/VrInterface.hx
+4 −0 Backends/Java/kha/SystemImpl.hx
+2 −2 Backends/Kore/kha/Image.hx
+9 −5 Backends/Kore/kha/SystemImpl.hx
+1 −1 Backends/Kore/kha/Window.hx
+1 −1 Backends/Kore/kha/audio2/StreamChannel.hx
+0 −0 Backends/Kore/kha/graphics5_/AccelerationStructure.hx
+0 −0 Backends/Kore/kha/graphics5_/CommandList.hx
+0 −0 Backends/Kore/kha/graphics5_/ConstantBuffer.hx
+0 −0 Backends/Kore/kha/graphics5_/FragmentShader.hx
+0 −0 Backends/Kore/kha/graphics5_/IndexBuffer.hx
+0 −0 Backends/Kore/kha/graphics5_/PipelineState.hx
+0 −0 Backends/Kore/kha/graphics5_/RayTracePipeline.hx
+0 −0 Backends/Kore/kha/graphics5_/RayTraceTarget.hx
+0 −0 Backends/Kore/kha/graphics5_/RenderTarget.hx
+0 −0 Backends/Kore/kha/graphics5_/VertexBuffer.hx
+0 −0 Backends/Kore/kha/graphics5_/VertexShader.hx
+0 −0 Backends/Kore/kha/kore/graphics5_/Graphics.hx
+1 −1 Backends/Kore/khacpp
+6 −3 Backends/Kore/main.cpp
+4 −0 Backends/KoreHL/kha/SystemImpl.hx
+13 −13 Backends/Krom/Krom.hx
+4 −0 Backends/Krom/kha/SystemImpl.hx
+9 −9 Backends/Krom/kha/arrays/Float32Array.hx
+7 −7 Backends/Krom/kha/arrays/Int16Array.hx
+7 −7 Backends/Krom/kha/arrays/Uint32Array.hx
+4 −0 Backends/Node/kha/SystemImpl.hx
+4 −0 Backends/Unity/kha/SystemImpl.hx
+4 −0 Backends/WPF/kha/SystemImpl.hx
+1 −0 Kinc
+0 −1 Kore
+14 −5 Sources/kha/Assets.hx
+7 −7 Sources/kha/Framebuffer.hx
+1 −1 Sources/kha/Sound.hx
+4 −0 Sources/kha/System.hx
+3 −3 Sources/kha/WindowOptions.hx
+1 −1 Sources/kha/Worker.hx
+19 −8 Sources/kha/audio2/Audio1.hx
+0 −0 Sources/kha/graphics5_/AccelerationStructure.hx
+0 −0 Sources/kha/graphics5_/BlendingFactor.hx
+0 −0 Sources/kha/graphics5_/BlendingOperation.hx
+0 −0 Sources/kha/graphics5_/CommandList.hx
+0 −0 Sources/kha/graphics5_/CompareMode.hx
+0 −0 Sources/kha/graphics5_/ConstantBuffer.hx
+0 −0 Sources/kha/graphics5_/ConstantLocation.hx
+0 −0 Sources/kha/graphics5_/CubeMap.hx
+0 −0 Sources/kha/graphics5_/CullMode.hx
+0 −0 Sources/kha/graphics5_/FragmentShader.hx
+0 −0 Sources/kha/graphics5_/GeometryShader.hx
+0 −0 Sources/kha/graphics5_/Graphics.hx
+0 −0 Sources/kha/graphics5_/IndexBuffer.hx
+0 −0 Sources/kha/graphics5_/MipMapFilter.hx
+0 −0 Sources/kha/graphics5_/PipelineState.hx
+0 −0 Sources/kha/graphics5_/PipelineStateBase.hx
+0 −0 Sources/kha/graphics5_/RenderTarget.hx
+0 −0 Sources/kha/graphics5_/StencilAction.hx
+0 −0 Sources/kha/graphics5_/TessellationControlShader.hx
+0 −0 Sources/kha/graphics5_/TessellationEvaluationShader.hx
+0 −0 Sources/kha/graphics5_/TextureAddressing.hx
+0 −0 Sources/kha/graphics5_/TextureFilter.hx
+0 −0 Sources/kha/graphics5_/TextureFormat.hx
+0 −0 Sources/kha/graphics5_/TextureUnit.hx
+0 −0 Sources/kha/graphics5_/Usage.hx
+0 −0 Sources/kha/graphics5_/VertexBuffer.hx
+0 −0 Sources/kha/graphics5_/VertexData.hx
+0 −0 Sources/kha/graphics5_/VertexElement.hx
+0 −0 Sources/kha/graphics5_/VertexShader.hx
+0 −0 Sources/kha/graphics5_/VertexStructure.hx
+1 −1 Tools/haxe
+1 −1 Tools/khamake
+1 −0 appveyor.yml
+0 −0 kincfile.js
2 changes: 1 addition & 1 deletion lib/iron_format
2 changes: 1 addition & 1 deletion lib/zui

0 comments on commit 1c53c49

Please sign in to comment.