Skip to content

Commit

Permalink
Update to latest Kinc
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdude committed Apr 9, 2023
1 parent ee4f3df commit bb9918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kinc
Submodule Kinc updated 33 files
+12 −13 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/Direct3D12.c.h
+30 −23 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/commandlist.c.h
+13 −0 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/commandlist.h
+0 −2 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/d3d12unit.cpp
+4 −4 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/pipeline.c.h
+1 −1 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/pipeline.h
+0 −6 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/rendertarget.c.h
+42 −60 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/texture.c.h
+2 −2 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/texture.h
+120 −56 Backends/Graphics5/Vulkan/Sources/kinc/backend/graphics5/Vulkan.c.h
+3 −2 Backends/Graphics5/Vulkan/Sources/kinc/backend/graphics5/vulkan.h
+8 −0 Backends/System/Android/Sources/kinc/backend/system.c.h
+2 −2 Backends/System/Apple/Sources/kinc/backend/thread.m.h
+59 −17 Backends/System/POSIX/Sources/kinc/backend/atomic.h
+7 −0 Backends/System/POSIX/Sources/kinc/backend/thread.c.h
+3 −3 Backends/System/macOS/Sources/kinc/backend/audio.c.h
+2 −2 Backends/System/macOS/Sources/kinc/backend/mouse.m.h
+8 −8 Backends/System/macOS/Sources/kinc/backend/system.c.h
+6 −6 Backends/System/macOS/Sources/kinc/backend/system.m.h
+1 −1 Sources/kinc/audio1/sound.c.h
+2 −2 Sources/kinc/graphics1/graphics.c
+2 −2 Sources/kinc/graphics1/graphics.h
+1 −1 Sources/kinc/graphics4/graphics.c.h
+1 −1 Sources/kinc/graphics5/graphics.c.h
+0 −3 Sources/kinc/graphics5/texture.h
+1 −1 Sources/kinc/io/filereader.h
+1 −1 Sources/kinc/system.h
+1 −1 Tools/freebsd_x64
+1 −1 Tools/linux_arm
+1 −1 Tools/linux_arm64
+1 −1 Tools/linux_x64
+1 −1 Tools/macos
+1 −1 Tools/windows_x64

0 comments on commit bb9918f

Please sign in to comment.