gpu-dawn: update to latest version origin/generated-2023-06-18.1687119009
Signed-off-by: Wrench[bot] <wrench@hexops.com>
This commit is contained in:
parent
a60c41c5fb
commit
08663afbcb
3 changed files with 4 additions and 4 deletions
|
|
@ -65,8 +65,8 @@ When you call a Dawn `webgpu.h` function, Dawn internally diverts this call thro
|
|||
|
||||
`mach/gpu-dawn` builds since Oct 17th 2022 no longer include the `webgpu.h` symbols by default. If you intend to actually call the WebGPU API, you should build these two source files as part of your application:
|
||||
|
||||
1. [`dawn_proc.c`](https://raw.githubusercontent.com/hexops/dawn/generated-2023-01-28.1674950134/out/Debug/gen/src/dawn/dawn_proc.c)
|
||||
2. [`webgpu_dawn_native_proc.cpp`](https://raw.githubusercontent.com/hexops/dawn/generated-2023-01-28.1674950134/out/Debug/gen/src/dawn/native/webgpu_dawn_native_proc.cpp)
|
||||
1. [`dawn_proc.c`](https://raw.githubusercontent.com/hexops/dawn/generated-2023-06-18.1687119009/out/Debug/gen/src/dawn/dawn_proc.c)
|
||||
2. [`webgpu_dawn_native_proc.cpp`](https://raw.githubusercontent.com/hexops/dawn/generated-2023-06-18.1687119009/out/Debug/gen/src/dawn/native/webgpu_dawn_native_proc.cpp)
|
||||
|
||||
And call `dawnProcSetProcs` to set up the proc table.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue