Skip to content

Commit

Permalink
Update references to download script
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 23, 2024
1 parent fb840b6 commit e3b0096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-wgpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ For context, see the [codegen readme](https://github.com/pygfx/wgpu-py/blob/main

*The lines below can be copied in the PR's top post.*

* [ ] Run `python download-wgpu-native.py --version xx` to download the latest webgpu.h and DLL.
* [ ] Run `python tools/download_wgpu_native.py --version xx` to download the latest webgpu.h and DLL.
* [ ] Run `python codegen` to apply the automatic patches to the code.
* [ ] It may be necessary to tweak the `hparser.py` to adjust to new formatting.
* [ ] Diff the report for new differences to take into account.
Expand Down
2 changes: 1 addition & 1 deletion codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The majority of work in the wgpu-native backend is the conversion of Python dic

### The update process

* Download the latest `webgpu.h` and DLL using `python download-wgpu-native.py --version xx`
* Download the latest `webgpu.h` and DLL using `python tools/download_wgpu_native.py --version xx`
* Run `python codegen` to apply the automatic patches to the code.
* It may be necessary to tweak the `hparser.py` to adjust to new formatting.
* Diff the report for new differences to take into account.
Expand Down

0 comments on commit e3b0096

Please sign in to comment.