dawn-cmake/generator/templates
Corentin Wallez c3c6694d8f Rename BG[L]Binding to BG[L]Entry
This is to match the WebGPU API change.

The only manual changes are in dawn.json and templates. The rest was
created with the following commands:

  git grep -l BindGroupLayoutBinding | xargs sed -i "" -e "s/BindGroupLayoutBinding/BindGroupLayoutEntry/g"
  git grep -l BindGroupBinding | xargs sed -i "" -e "s/BindGroupBinding/BindGroupEntry/g"
  git cl format

Bug: dawn:22
Change-Id: I1377eef9ea9816578441c91d167909dedc7f8e96
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/18863
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2020-04-07 07:11:12 +00:00
..
dawn_native Support chained extension structs on the wire 2020-04-03 17:37:48 +00:00
dawn_wire Support chained extension structs on the wire 2020-04-03 17:37:48 +00:00
opengl Separate device lost from internal errors. 2020-04-01 12:07:43 +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 Rename BG[L]Binding to BG[L]Entry 2020-04-07 07:11:12 +00:00
webgpu_cpp.cpp Update WGPUChainedStruct usage to match webgpu.h 2020-01-25 09:30:40 +00:00
webgpu_cpp.h Rename BG[L]Binding to BG[L]Entry 2020-04-07 07:11:12 +00:00
webgpu_struct_info.json Generators for Emscripten 2020-01-28 23:54:38 +00:00