mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-31 09:25:41 +00:00
Migrate all uses to use this and the new `unique_type<T>()` and `types()` methods. Remove the `type_mgr()` accessor. `TypeManager` is now an implementation detail of the module, allowing us to unify the allocation of types and nodes (if we so wish). Fixes: tint:337 Bug: tint:307 Change-Id: I233fa9dc73d60515dd721f02ea7ba089ef7d374f Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/33667 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: David Neto <dneto@google.com>