Commit eeedf77
Update all bindings (dotnet#1708)
* update oh no
* Update zig build scripts
* Update workflows to not clone everything
* New binaries for SPIRV-Cross on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 (dotnet#1719)
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* Update Assimp binaries (dotnet#1718)
* New binaries for Assimp on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023
* New binaries for Assimp on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64
* New binaries for Assimp on Microsoft Windows 10.0.20348
---------
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* Update Vulkan Loader binaries (dotnet#1716)
* New binaries for Vulkan Loader on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023
* New binaries for Vulkan Loader on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Fri Sep 15 16:17:23 PDT 2023; root:xnu-8020.240.18.703.5~1/RELEASE_X86_64
* New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
---------
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* Update GLFW binaries (dotnet#1715)
* New binaries for GLFW on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023
* New binaries for GLFW on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64
* New binaries for GLFW on Microsoft Windows 10.0.20348
---------
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* New binaries for MoltenVK on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64 (dotnet#1714)
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* New binaries for SPIRV-Reflect on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 (dotnet#1713)
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* New binaries for DXVK on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 (dotnet#1712)
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* Update SDL2 binaries (dotnet#1710)
* New binaries for SDL2 on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023
* New binaries for SDL2 on Microsoft Windows 10.0.20348
* New binaries for SDL2 on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Fri Sep 15 16:17:23 PDT 2023; root:xnu-8020.240.18.703.5~1/RELEASE_X86_64
---------
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* Update Wgpu binaries (dotnet#1709)
* New binaries for Wgpu on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64
* New binaries for Wgpu on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023
* New binaries for Wgpu on Microsoft Windows 10.0.20348
---------
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* Add missing projects to solution
* Map missing PFN to void*
* Fix OpenXR compilation
It seems something a bit more sinister is happening with enum trimming, and instead of introducing *another* enum trimming special case to handle just this specific enum in this specific case (fixing the logic globally will likely cause more things to break, so the fix would need to be opt-in), lets just use the prefix override
* Update shaderc compilation
* Update Shaderc binaries (dotnet#1729)
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
* Update native lib versions
* Non-recursively clone submdoules in build.yml
---------
Co-authored-by: silkdotnet <85832961+silkdotnet@users.noreply.github.com>
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>1 parent 762b0b7 commit eeedf77
359 files changed
Lines changed: 13786 additions & 2094 deletions
File tree
- .github/workflows
- build
- cache
- nuke/Native
- submodules
- src
- Assimp/Silk.NET.Assimp
- Enums
- Structs
- Native
- Silk.NET.Assimp.Native
- runtimes
- linux-x64/native
- osx-arm64/native
- osx-x64/native
- win-x64/native
- win-x86/native
- Silk.NET.DXVK.Native
- runtimes
- linux-x64/native
- linux-x86/native
- win-x64/native
- win-x86/native
- Silk.NET.GLFW.Native
- runtimes
- linux-x64/native
- osx-arm64/native
- osx-x64/native
- win-arm64/native
- win-x64/native
- win-x86/native
- Silk.NET.MoltenVK.Native/runtimes
- iossimulator/native
- ios/native
- maccatalyst/native
- Silk.NET.SDL.Native
- runtimes
- linux-x64/native
- linux-x86/native
- osx/native
- win-arm64/native
- win-x64/native
- win-x86/native
- Silk.NET.SPIRV.Cross.Native/runtimes
- linux-arm64/native
- linux-x64/native
- linux-x86/native
- osx-arm64/native
- osx-x64/native
- win-arm64/native
- win-x64/native
- win-x86/native
- Silk.NET.SPIRV.Reflect.Native/runtimes
- linux-arm64/native
- linux-x64/native
- linux-x86/native
- osx-arm64/native
- osx-x64/native
- win-arm64/native
- win-x64/native
- win-x86/native
- Silk.NET.Shaderc.Native/runtimes
- linux-arm64/native
- linux-x64/native
- linux-x86/native
- osx-arm64/native
- osx-x64/native
- win-arm64/native
- win-x64/native
- win-x86/native
- Silk.NET.Vulkan.Loader.Native/runtimes
- linux-x64/native
- osx-x64/native
- win-x64/native
- win-x86/native
- Silk.NET.WebGPU.Native.WGPU/runtimes
- linux-x64/native
- linux-x86/native
- osx-arm64/native
- osx-x64/native
- win-arm64/native
- win-x64/native
- win-x86/native
- OpenCL
- Extensions
- Silk.NET.OpenCL.Extensions.ARM/Enums
- Silk.NET.OpenCL.Extensions.EXT/Enums
- Silk.NET.OpenCL.Extensions.IMG/Enums
- Silk.NET.OpenCL.Extensions.INTEL/Enums
- Silk.NET.OpenCL.Extensions.KHR
- Enums
- Silk.NET.OpenCL
- Enums
- OpenGL/Extensions/Silk.NET.OpenGLES.Extensions.QCOM/Enums
- OpenXR
- Extensions
- Silk.NET.OpenXR.Extensions.ANDROID
- Silk.NET.OpenXR.Extensions.EXT
- Silk.NET.OpenXR.Extensions.FB
- Silk.NET.OpenXR.Extensions.VARJO
- Silk.NET.OpenXR.Extensions.YVR
- Silk.NET.OpenXR
- Enums
- Structs
- SPIRV
- Silk.NET.SPIRV.Cross
- Silk.NET.SPIRV.Reflect
- Enums
- Structs
- Silk.NET.SPIRV/Enums
- Vulkan
- Extensions
- Silk.NET.Vulkan.Extensions.AMDX
- Silk.NET.Vulkan.Extensions.EXT
- Silk.NET.Vulkan.Extensions.KHR
- Silk.NET.Vulkan.Extensions.NV
- Silk.NET.Vulkan
- Enums
- Structs
- Video
- Structs
- WebGPU
- Extensions
- Silk.NET.WebGPU.Extensions.Dawn
- Enums
- Structs
- Silk.NET.WebGPU.Extensions.WGPU
- Enums
- Structs
- Silk.NET.WebGPU
- Structs
- Windowing/Silk.NET.SDL
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
599 | 605 | | |
600 | 606 | | |
601 | 607 | | |
| |||
3633 | 3639 | | |
3634 | 3640 | | |
3635 | 3641 | | |
| 3642 | + | |
| 3643 | + | |
| 3644 | + | |
| 3645 | + | |
| 3646 | + | |
| 3647 | + | |
| 3648 | + | |
| 3649 | + | |
| 3650 | + | |
| 3651 | + | |
| 3652 | + | |
| 3653 | + | |
| 3654 | + | |
| 3655 | + | |
| 3656 | + | |
| 3657 | + | |
| 3658 | + | |
| 3659 | + | |
| 3660 | + | |
| 3661 | + | |
| 3662 | + | |
| 3663 | + | |
| 3664 | + | |
| 3665 | + | |
| 3666 | + | |
| 3667 | + | |
| 3668 | + | |
| 3669 | + | |
| 3670 | + | |
| 3671 | + | |
| 3672 | + | |
| 3673 | + | |
| 3674 | + | |
| 3675 | + | |
| 3676 | + | |
| 3677 | + | |
3636 | 3678 | | |
3637 | 3679 | | |
3638 | 3680 | | |
| |||
3935 | 3977 | | |
3936 | 3978 | | |
3937 | 3979 | | |
| 3980 | + | |
| 3981 | + | |
| 3982 | + | |
3938 | 3983 | | |
3939 | 3984 | | |
3940 | 3985 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments