mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-08 22:26:06 +00:00
This reverts commit 63463c2f775fadb56daad93e0e92fe9153a426fd. Reason for revert: Breaks the kokoro build 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> TBR=cwallez@chromium.org,bclayton@google.com,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I26f521213db6ce80cdccad20cbaa6a1c0d37b2c2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:1583 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107280 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>