widberg / bgfx.cmake

https://github.com/bkaradzic/bgfx.cmake. Independently maintained CMake build scripts for bgfx. Released under public domain.
https://github.com/bkaradzic/bgfx.cmake
Creative Commons Zero v1.0 Universal
286 stars 252 forks source link

spirv-cross.cmake webgpu support #83

Closed pgruenbacher closed 4 years ago

pgruenbacher commented 4 years ago

bgfx added webgpu, this is the main issue I came across when trying to compile with bgfx master.

pezcode commented 4 years ago

@bwrsandman does this fix https://github.com/widberg/bgfx.cmake/issues/78?

bwrsandman commented 4 years ago

Not exactly, WebGPU is a separate 3rd party and should have it's own cmake file. This here is just adding an include to a spriv tools which is not complete

Also the submodules have not been updated to the webgpu commit.