dawn-cmake/src
Corentin Wallez d42713de7a Remove support for multiple entrypoints with the same name
Previsouly having a ShaderModule with multiple entrypoints with the same
name and different stages was valid in Dawn. However it is disallowed by
the WGSL specification so change Dawn to index the ShaderModule's
entrypoints only by their name (instead of name and stage).

Bug: dawn:216
Change-Id: Id6fc80a03436b008c2f057bd30c70fdf240919e8
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/31665
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2020-11-05 13:25:16 +00:00
..
common Support sampling depth and stencil of combined d/s formats 2020-11-04 15:27:11 +00:00
dawn Reland "Add a per-thread proc table using thread local storage" 2020-10-06 16:13:42 +00:00
dawn_native Remove support for multiple entrypoints with the same name 2020-11-05 13:25:16 +00:00
dawn_platform Add the -Wdeprecated-copy-dtor warning. 2020-11-03 14:24:05 +00:00
dawn_wire Add the -Wdeprecated-copy-dtor warning. 2020-11-03 14:24:05 +00:00
fuzzers Cleanup old/deprecated wire and native APIs 2020-10-16 15:21:16 +00:00
include Remove DAWN_NATIVE_EXPORT declaration from dawn_platform::Platform 2020-11-04 09:44:37 +00:00
tests Remove support for multiple entrypoints with the same name 2020-11-05 13:25:16 +00:00
utils s/OutputAttachment/RenderAttachment/g 2020-10-27 15:35:56 +00:00
Dummy.cpp Add missed file for the CMake build. 2020-02-07 23:46:30 +00:00