-
-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start of silly fixes * Fixes #1249 * Fixes #1155 * Add a comments section to the website * Fix #821, fix #1094 * Fix #1093, fix #960 * Fix #1070 * Fix #1091 * Review comment, apply NativeAOT fix only on NS21+ * Add support for Vulkan specification specialization (SC), full regen * Fix build * Last silly fix * Calm down * Address review comments * Build fixes * How did that not work... * Fix regen CI, only add None enum if there isn't a 0, update patch notes * Include the pushable token for CI * Don't remove the Flags attribute where unnecessary * Remove problematic type, remove erroneous additions of None in enums * New binaries for Assimp on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Mon Dec 19 20:44:01 PST 2022; root:xnu-8020.240.18~2/RELEASE_X86_64 (#1310) Co-authored-by: The Silk.NET Automaton <[email protected]> Co-authored-by: Dylan Perks <[email protected]> * Regenerate bindings as of 10/03/2023 (#1324) * Regenerated bindings as of 10/03/2023 (16:54:01) * Regenerated bindings as of 10/03/2023 (17:35:57) * Regenerated bindings as of 10/03/2023 (18:27:27) --------- Co-authored-by: The Silk.NET Automaton <[email protected]> * Build fixes * Review comments, update WebGPU? * Fix Vulkan build errors --------- Co-authored-by: silkdotnet <[email protected]> Co-authored-by: The Silk.NET Automaton <[email protected]>
- Loading branch information
1 parent
4f4c9db
commit 4b7976b
Showing
1,044 changed files
with
23,426 additions
and
27,867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,12 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: 'recursive' | ||
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }} | ||
- name: Checkout submodules, configure git. | ||
run: | | ||
git -c submodule.third_party/git-hooks.update=none submodule update --init --recursive | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "The Silk.NET Automaton" | ||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
|
@@ -49,17 +54,6 @@ jobs: | |
with: | ||
sdk-version: 22621 | ||
- name: Run a full run of BuildTools | ||
run: dotnet run -c Release --project src/Core/Silk.NET.BuildTools/Silk.NET.BuildTools.csproj -- generator.json --no-parallel | ||
- name: Get current date | ||
id: date | ||
run: echo "::set-output name=date::$(date +'%d-%m-%Y')" | ||
- name: Create or Update Pull Request | ||
uses: gr2m/create-or-update-pull-request-action@v1 | ||
run: ./build.cmd regenerate-bindings --create-bindings-pr --no-parallel-generation | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
title: Binding and specification updates | ||
body: Regenerates the bindings and the cached specifications with the latest upstream specifications. | ||
branch: patch/spec-updates | ||
author: "Team Silk.NET <[email protected]>" | ||
commit-message: Latest bindings as of ${{ steps.date.outputs.date }} | ||
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"Boolean": "GLboolean", | ||
"BooleanPointer": "GLboolean*", | ||
"Char": "GLchar", | ||
"CharPointer": "GLchar*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Vulkan-Headers
updated
55 files
Oops, something went wrong.