dawn-cmake/generator/templates/dawn/wire
Ben Clayton bf55236e13 dawn: Fix GCC build
It's not valid for an explicit template specialization to declare a storage class (`static`). GCC correctly catches this, while Clang is too relaxed.

Use C++17's 'inline' instead. The alternative is to push the initializers and values into the cpp file.

This breakage was introduced in: https://dawn-review.googlesource.com/c/dawn/+/93604

Bug: dawn:1451
Change-Id: Ib3e61d233e16fd7828f8a2ae0909eedbd24ee52e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94320
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
2022-06-20 13:45:21 +00:00
..
client dawn: Fix GCC build 2022-06-20 13:45:21 +00:00
server Remove device-child wire hack and enable DeviceLifetimeTests on the wire 2022-05-24 13:23:33 +00:00
ObjectType.h tint->dawn: Move src/dawn_wire -> src/dawn/wire 2022-02-04 12:51:25 +00:00
WireCmd.cpp dawn::wire: Separate ObjectHandle to its own header. 2022-06-14 13:22:16 +00:00
WireCmd.h dawn::wire: Separate ObjectHandle to its own header. 2022-06-14 13:22:16 +00:00