dawn-cmake/generator/templates
Corentin Wallez 713d9cbf93 webgpu.h: Fix WGPU_WHOLE_SIZE causing linking errors.
The symbol was not marked as static and would cause linking errors
because it would be defined in multiple translation units. Replace it
with a more traditional C-style #define.

Bug:
Change-Id: I19151884b7e8e171f829ffa47b1d119aff12ff99
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/15740
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2020-02-10 20:25:36 +00:00
..
dawn_native Update WGPUChainedStruct usage to match webgpu.h 2020-01-25 09:30:40 +00:00
dawn_wire Add Instance and CreateInstance to webgpu.h 2020-01-10 13:06:48 +00:00
opengl Rename ContextLost to DeviceLost 2019-08-27 18:10:03 +00:00
dawn_proc.c Add Instance and CreateInstance to webgpu.h 2020-01-10 13:06:48 +00:00
dawn_proc_table.h Add Instance and CreateInstance to webgpu.h 2020-01-10 13:06:48 +00:00
library_webgpu_enum_tables.js Generators for Emscripten 2020-01-28 23:54:38 +00:00
mock_webgpu.cpp Add DeviceLostCallback to dawn.json and dawn_wire 2019-12-18 18:59:20 +00:00
mock_webgpu.h Add DeviceLostCallback to dawn.json and dawn_wire 2019-12-18 18:59:20 +00:00
webgpu.h webgpu.h: Fix WGPU_WHOLE_SIZE causing linking errors. 2020-02-10 20:25:36 +00:00
webgpu_cpp.cpp Update WGPUChainedStruct usage to match webgpu.h 2020-01-25 09:30:40 +00:00
webgpu_cpp.h webgpu.h introduce a base struct for extension structures. 2020-01-15 09:54:42 +00:00
webgpu_struct_info.json Generators for Emscripten 2020-01-28 23:54:38 +00:00