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 Aug 3, 2023
1 parent 27aa6ba commit 2b1cd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kinc
Submodule Kinc updated 25 files
+7 −2 Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/Direct3D11.c.h
+2 −2 Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/shader.c.h
+1 −1 Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/texture.c.h
+2 −2 Backends/Graphics4/G4onG5/Sources/kinc/backend/graphics4/shader.c.h
+2 −2 Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/shader.c.h
+3 −0 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/rendertarget.c.h
+2 −2 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/vertexbuffer.c.h
+1 −0 Backends/Graphics5/Metal/Sources/kinc/backend/graphics5/metalunit.m
+9 −0 Backends/Graphics5/Metal/Sources/kinc/backend/graphics5/raytrace.h
+174 −0 Backends/Graphics5/Metal/Sources/kinc/backend/graphics5/raytrace.m.h
+7 −1 Backends/Graphics5/Metal/Sources/kinc/backend/graphics5/texture.m.h
+2 −2 Backends/Graphics5/Vulkan/Sources/kinc/backend/graphics5/Vulkan.c.h
+3 −2 Backends/Graphics5/Vulkan/Sources/kinc/backend/graphics5/rendertarget.c.h
+8 −1 Backends/System/Windows/Sources/kinc/backend/display.c.h
+2 −4 Backends/System/macOS/Sources/kinc/backend/BasicOpenGLView.m.h
+8 −0 Backends/System/macOS/Sources/kinc/backend/display.m.h
+7 −9 Backends/System/macOS/Sources/kinc/backend/system.m.h
+16 −12 Sources/kinc/math/random.h
+1 −1 Sources/kinc/network/socket.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 2b1cd6f

Please sign in to comment.