tint: Rename 'type' to 'alias'

Bug: tint:1812
Change-Id: I50bd8b036b47b4ec223a81eda53bd658d19645e9
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117211
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton
2023-01-24 14:55:17 +00:00
committed by Dawn LUCI CQ
parent c252c642f4
commit 9dc48bcef3
295 changed files with 682 additions and 555 deletions

View File

@@ -1,5 +1,11 @@
# Tint changes during Origin Trial
## Changes for M111
## Deprecated Features
* The keyword to alias a type has been renamed from `type` to `alias`. [tint:1812](crbug.com/tint/1812)
## Changes for M110
### Breaking changes