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
Additionally when trying to call wgpuInstanceCreateSurface with a WGPUSType_SurfaceDescriptorFromWindowsHWND in the surface descriptor chain, and using the standard webgpu.h declaration, this results in a fault.
The text was updated successfully, but these errors were encountered:
It generally takes a little while for wgpu-native to catch up to changes in webgpu.h(which is developed in a different repo). See e.g. a catchup in progress in #427. The released library should match the webgpu.h that's also in the release archive.
In the release include webgpu.h (at least v22.1.0.5 wgpu-windows-x86_64-gnu-release), the WGPUSType are defined like
which doesn't match the webgpu-native declaration (https://raw.githubusercontent.com/webgpu-native/webgpu-headers/refs/heads/main/webgpu.h) nor the Dawn declaration (which has the same declaraion as webgpu-native)
Additionally when trying to call wgpuInstanceCreateSurface with a WGPUSType_SurfaceDescriptorFromWindowsHWND in the surface descriptor chain, and using the standard webgpu.h declaration, this results in a fault.
The text was updated successfully, but these errors were encountered: