mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-22 11:42:17 +00:00
This is the first step into migrating away from callers of transforms knowing that they have to re-run the type determiner. This CL adds a new constructor that allows the caller to pass in the context and module and conditionally calling the determiner. Once downstream users have converted, the old constructor can be removed, along with hacks to call the determiner in transforms. Bug: tint:330 Change-Id: Iec49e6d27f92a651cb1e46681a3b3f8fae105164 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/33124 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org>