evo-lua / evo-runtime

All-in one Lua runtime based on LuaJIT and libuv
https://evo-lua.github.io
Mozilla Public License 2.0
10 stars 1 forks source link

Rename the webgpu library to wgpu #511

Closed Duckwhale closed 5 months ago

Duckwhale commented 5 months ago

I don't see support for Dawn on the horizon. This makes it clearer the bindings are for wgpu and it also saves some typing.

Edit This doesn't change the function names, as they're part of the webgpu header (except for extensions, I guess).