mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-08 14:15:58 +00:00
Previously WireCmd.h/cpp that is used in wire_autogen wasn't included in the sources, causing a link error on some platforms. With WireCmd.* moved in the EXTRA_SOURCES, the nxt_wire target didn't contain any non-header file and caused a link error on OSX. Fix it by properly splitting the declaration and implementation of TerribleCommandBuffer in a .h and .cpp file.