mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-09 14:45:58 +00:00
This is a reland of commit 63463c2f775fadb56daad93e0e92fe9153a426fd Original change's description: > tint::transform::VertexPulling: require SingleEntryPoint > > This change the vertex pulling transform to look for the single vertex > entry point in the module, instead of taking the entry point name in the > config. This is necessary because the renamer needs to run before > VertexPulling so that builtins like min() don't end up referring to the > input WGSL. Putting the renamer before VertexPulling makes the config > entry point name no longer match. > > Bug: dawn:1583 > Change-Id: I4c96eb83518e0d6fe8ce23b37e238f4a890eeb2f > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107080 > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Ben Clayton <bclayton@google.com> Bug: dawn:1583 Change-Id: Ida4ac03003dff95c26d7b2bff82f4717c90c9691 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107320 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>