You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update WebGPU to dawn a83c434cc785ea55fc9e76f055522378e32bf199
* fix reference_struct_info.json
* Update dawn generator headers with 'upstream' tags; Fix power preference undefined
* add depth clip control feature name
* some library_webgpu.js implementation
* check map size with uint32
* test_gen_struct_info rebaseline
* add back some upstream only functions
* update webgpu readme
* map size check against -1
Copy file name to clipboardExpand all lines: system/include/webgpu/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,6 @@ is included here because it is strongly tied to an exact `webgpu.h` revision.
15
15
Dawn additionally autogenerates two "snippets" that are used in Emscripten:
16
16
-`library_webgpu_enum_tables.js`, which is pasted into [`library_webgpu.js`](../../../src/library_webgpu.js)
17
17
-`webgpu_struct_info.json`, which is pasted into [`struct_info.json`](../../../src/struct_info.json).
18
+
19
+
Once that's done, the following file also needs to be rebaselined:
20
+
-[`reference_struct_info.json`](../../../tests/reference_struct_info.json): can be updated by running `tests/runner other.test_gen_struct_info --rebaseline`
0 commit comments