Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WebGPU to latest Emscripten/Dawn API #7804

Merged
merged 2 commits into from
Aug 24, 2023
Merged

Commits on Aug 24, 2023

  1. 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
    steven-johnson committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    79f6770 View commit details
    Browse the repository at this point in the history
  2. clang-tidy

    steven-johnson committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f6a63e6 View commit details
    Browse the repository at this point in the history