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
The official repository of webgpu.h now provides a machine-processable version of webgpu.h, namely webgpu.yml.
Ultimately, we should generate this WebGPU wrapper directly from webgpu.yml, but this means dropping support for older versions that do not have a webgpu.yml coming with them. And more importantly, this is not possible yet because implem-specific version of webgpu.h that are used everywhere do not come with their own webgpu.yml for now.
One possibility would be to turn the current dirty scraper into a script that extracts a minimal webgpu.yml from any webgpu.h, then have the main generator script use either this reconstructed webgpu.yml or the official one.
The text was updated successfully, but these errors were encountered:
The official repository of webgpu.h now provides a machine-processable version of
webgpu.h
, namelywebgpu.yml
.Ultimately, we should generate this WebGPU wrapper directly from
webgpu.yml
, but this means dropping support for older versions that do not have awebgpu.yml
coming with them. And more importantly, this is not possible yet because implem-specific version of webgpu.h that are used everywhere do not come with their ownwebgpu.yml
for now.One possibility would be to turn the current dirty scraper into a script that extracts a minimal webgpu.yml from any webgpu.h, then have the main generator script use either this reconstructed webgpu.yml or the official one.
The text was updated successfully, but these errors were encountered: