Revision 69c75b34767dff5572cf52c8b75596804804c283 authored by Steven Johnson on 24 August 2023, 23:12:19 UTC, committed by GitHub on 24 August 2023, 23:12:19 UTC
* Update WebGPU to latest Emscripten/Dawn API

- Updated mini_webgpu.h to be in sync with Dawn as of commit ded6610f45a8826db37b52d73121a66b74d8aa61
- Updated the use of SetDeviceLost callbacks to be in the DeviceDescriptor instead of a separate call
- Updated a couple of fields that got renamed
- Update webgpu.cpp and gpu_context.h to always use wgpuCreateInstance() and wgpuInstanceRelease(), since the Dawn node bindings now support & require them

* clang-tidy
1 parent 84faa68
History
File Mode Size
BundleStatic.cmake -rw-r--r-- 7.8 KB
CheckFilesExist.cmake -rw-r--r-- 455 bytes
FindHalide.cmake -rw-r--r-- 292 bytes
FindHalide_WebGPU.cmake -rw-r--r-- 744 bytes
FindHexagonSDK.cmake -rw-r--r-- 2.5 KB
HalideGeneratorHelpers.cmake -rw-r--r-- 32.5 KB
HalideTargetHelpers.cmake -rw-r--r-- 2.3 KB
HalideTestHelpers.cmake -rw-r--r-- 4.6 KB
TargetExportScript.cmake -rw-r--r-- 2.3 KB
WipeStandardFlags.cmake -rw-r--r-- 702 bytes
toolchain.linux-aarch64.cmake -rw-r--r-- 689 bytes
toolchain.linux-arm32.cmake -rw-r--r-- 1.3 KB
toolchain.linux-i386.cmake -rw-r--r-- 612 bytes
toolchain.linux-x64-asan.cmake -rw-r--r-- 2.0 KB
toolchain.linux-x64-fuzzer.cmake -rw-r--r-- 1.4 KB

back to top