Skip to content

Commit 4c5b4d1

Browse files
authored
Update WebGPU headers (#1252)
1 parent 5656b0d commit 4c5b4d1

File tree

93 files changed

+5876
-5295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+5876
-5295
lines changed

.github/workflows/public-api.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ jobs:
3838
.tmp
3939
~/.nuget/packages
4040
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
41-
- name: Setup .NET 6.0
42-
uses: actions/setup-dotnet@v1
41+
- name: Setup .NET 6.0 and .NET 7.0
42+
uses: actions/setup-dotnet@v3.0.3
4343
with:
44-
dotnet-version: 6.0.201
44+
dotnet-version: |
45+
6.0.201
46+
7.0.*
4547
- name: Install Workloads for Restore
4648
# TODO: This is slow. Maybe we can make a docker container with this already done?
4749
run: dotnet workload install android ios maccatalyst maui
@@ -68,10 +70,12 @@ jobs:
6870
.tmp
6971
~/.nuget/packages
7072
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
71-
- name: Setup .NET 6.0
72-
uses: actions/setup-dotnet@v1
73+
- name: Setup .NET 6.0 and .NET 7.0
74+
uses: actions/setup-dotnet@v3.0.3
7375
with:
74-
dotnet-version: 6.0.201
76+
dotnet-version: |
77+
6.0.201
78+
7.0.*
7579
- name: Ship Public API
7680
run: ./build.sh ShipApi
7781
env:

build/cache/assimp.json.gz

0 Bytes
Binary file not shown.

build/cache/cl.json.gz

0 Bytes
Binary file not shown.

build/cache/d3d9.json.gz

0 Bytes
Binary file not shown.

build/cache/dcomp.json.gz

0 Bytes
Binary file not shown.

build/cache/dstorage.json.gz

0 Bytes
Binary file not shown.

build/cache/dxc.json.gz

0 Bytes
Binary file not shown.

build/cache/dxva.json.gz

0 Bytes
Binary file not shown.

build/cache/gl.json.gz

437 Bytes
Binary file not shown.

build/cache/glcore.json.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)