| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
With aliases for the old names.
|
Tbh, I'm not convinced it's worth it to rename these either... Unless we feel strongly about it, I'm heavily leaning towards just leaving it as is. I think that given the InstanceFeatures have the explicit name in them it should be clear enough. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
As was proposed in the meeting. I'm still not really convinced this is worthwhile, but it is a little clearer (especially in C where you don't get much type safety - you can freely assign a WGPUFeatureName value to a WGPUInstanceFeatureName variable).
We could also consider just removing the old names. The migration is probably not so hard that this is necessarily worth keeping around. I did add a macro to disable the aliases though.
Also removes WGPU_TRUE/WGPU_FALSE from extension headers. Accidentally added those, they aren't needed since extensions include webgpu.h.
Fixes #522