Skip to content

Commit

Permalink
Update Kinc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kode-Robbot committed Feb 1, 2025
1 parent feac61f commit 56ae527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kinc
Submodule Kinc updated 27 files
+31 −0 Backends/Graphics5/Metal/Sources/kope/metal/buffer.m
+28 −0 Backends/Graphics5/Metal/Sources/kope/metal/buffer_functions.h
+20 −0 Backends/Graphics5/Metal/Sources/kope/metal/buffer_structs.h
+185 −0 Backends/Graphics5/Metal/Sources/kope/metal/commandlist.m
+110 −0 Backends/Graphics5/Metal/Sources/kope/metal/commandlist_functions.h
+30 −0 Backends/Graphics5/Metal/Sources/kope/metal/commandlist_structs.h
+6 −0 Backends/Graphics5/Metal/Sources/kope/metal/descriptorset.m
+34 −0 Backends/Graphics5/Metal/Sources/kope/metal/descriptorset_functions.h
+20 −0 Backends/Graphics5/Metal/Sources/kope/metal/descriptorset_structs.h
+86 −0 Backends/Graphics5/Metal/Sources/kope/metal/device.m
+57 −0 Backends/Graphics5/Metal/Sources/kope/metal/device_functions.h
+35 −0 Backends/Graphics5/Metal/Sources/kope/metal/device_structs.h
+7 −0 Backends/Graphics5/Metal/Sources/kope/metal/fence.m
+16 −0 Backends/Graphics5/Metal/Sources/kope/metal/fence_functions.h
+18 −0 Backends/Graphics5/Metal/Sources/kope/metal/fence_structs.h
+6 −0 Backends/Graphics5/Metal/Sources/kope/metal/metalunit.h
+15 −0 Backends/Graphics5/Metal/Sources/kope/metal/metalunit.m
+28 −0 Backends/Graphics5/Metal/Sources/kope/metal/pipeline.m
+27 −0 Backends/Graphics5/Metal/Sources/kope/metal/pipeline_functions.h
+186 −0 Backends/Graphics5/Metal/Sources/kope/metal/pipeline_structs.h
+6 −0 Backends/Graphics5/Metal/Sources/kope/metal/sampler.m
+16 −0 Backends/Graphics5/Metal/Sources/kope/metal/sampler_functions.h
+16 −0 Backends/Graphics5/Metal/Sources/kope/metal/sampler_structs.h
+5 −0 Backends/Graphics5/Metal/Sources/kope/metal/texture.m
+16 −0 Backends/Graphics5/Metal/Sources/kope/metal/texture_functions.h
+16 −0 Backends/Graphics5/Metal/Sources/kope/metal/texture_structs.h
+3 −1 kfile.js

0 comments on commit 56ae527

Please sign in to comment.