Skip to content

Commit

Permalink
Update Kinc
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 22, 2024
1 parent ab3483d commit b43e415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kinc
Submodule Kinc updated 72 files
+0 −2 .clangd
+1 −1 .github/workflows/android-opengl.yml
+1 −1 .github/workflows/android-vulkan.yml
+1 −1 .github/workflows/doxygen.yml
+1 −1 .github/workflows/emscripten-webgl.yml
+1 −1 .github/workflows/emscripten-webgpu.yml
+1 −1 .github/workflows/ios-metal.yml
+1 −1 .github/workflows/ios-opengl.yml
+1 −1 .github/workflows/linux-arm-opengl.yml
+1 −1 .github/workflows/linux-opengl.yml
+1 −1 .github/workflows/linux-vulkan.yml
+1 −1 .github/workflows/macos-metal.yml
+1 −1 .github/workflows/macos-opengl.yml
+69 −0 .github/workflows/update-samples.yml
+1 −1 .github/workflows/uwp.yml
+1 −1 .github/workflows/windows-direct3d11.yml
+1 −1 .github/workflows/windows-direct3d12.yml
+1 −1 .github/workflows/windows-direct3d9.yml
+1 −1 .github/workflows/windows-opengl.yml
+1 −1 .github/workflows/windows-vulkan.yml
+2 −8 Backends/Audio2/DirectSound/Sources/kinc/backend/DirectSound.cpp
+9 −19 Backends/Audio2/WASAPI/Sources/kinc/backend/wasapi.c
+4 −18 Backends/Audio2/WASAPI_WinRT/Sources/kinc/backend/WASAPI.winrt.cpp
+23 −0 Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/Direct3D11.c.h
+1 −1 Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/ShaderHash.c.h
+3 −0 Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/d3d11unit.c
+1 −1 Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/indexbuffer.c.h
+2 −0 Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/pipeline.c.h
+1 −0 Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/texture.c.h
+1 −1 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/Direct3D12.c.h
+1 −1 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/ShaderHash.c.h
+1 −1 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/commandlist.c.h
+2 −2 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/compute.c.h
+1 −1 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/constantbuffer.c.h
+3 −0 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/d3d12unit.cpp
+2 −0 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/pipeline.c.h
+1 −0 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/pipeline.h
+22 −11 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/raytrace.c.h
+6 −6 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/raytrace.h
+11 −9 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/rendertarget.c.h
+4 −2 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/shader.c.h
+4 −2 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/texture.c.h
+1 −0 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/texture.h
+2 −0 Backends/Graphics5/Vulkan/Sources/kinc/backend/graphics5/Vulkan.c.h
+3 −19 Backends/System/Android/Sources/kinc/backend/audio.c.h
+2 −17 Backends/System/Emscripten/Sources/kinc/backend/audio.c.h
+2 −17 Backends/System/Linux/Sources/kinc/backend/sound.c.h
+3 −15 Backends/System/Wasm/Sources/kinc/backend/audio.c.h
+4 −2 Backends/System/Windows/Sources/kinc/backend/system.c.h
+3 −0 Backends/System/Windows/Sources/kinc/backend/windowsunit.c
+4 −21 Backends/System/iOS/Sources/kinc/backend/audio.m.h
+4 −21 Backends/System/macOS/Sources/kinc/backend/audio.c.h
+51 −1 Sources/kinc/audio2/audio.h
+1 −1 Sources/kinc/graphics4/graphics.h
+2 −0 Sources/kinc/graphics4/pipeline.c.h
+1 −1 Sources/kinc/graphics5/commandlist.h
+1 −1 Sources/kinc/image.h
+1 −0 Sources/kinc/input/acceleration.h
+1 −0 Sources/kinc/input/gamepad.h
+1 −0 Sources/kinc/input/keyboard.h
+1 −0 Sources/kinc/input/mouse.h
+1 −0 Sources/kinc/input/pen.h
+1 −0 Sources/kinc/input/rotation.h
+1 −0 Sources/kinc/input/surface.h
+2 −0 Sources/kinc/libs/lz4x.h
+1 −1 Sources/kinc/simd/type_conversions.h
+1 −1 Tools/linux_arm
+1 −1 Tools/linux_arm64
+1 −1 Tools/linux_x64
+1 −1 Tools/macos
+1 −1 Tools/windows_x64
+1 −1 kfile.js

0 comments on commit b43e415

Please sign in to comment.