Emit deprecation warnings for @stage.

This PR enables the deprecation warnings for the @stage builtin.

Bug: tint:1503
Change-Id: I4a560f451a9ad56bc712f6a04c18eba6ae67ab64
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93121
Reviewed-by: Ben Clayton <bclayton@google.com>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
dan sinclair
2022-06-09 15:33:42 +00:00
committed by Dawn LUCI CQ
parent 125ce575b9
commit 0fa572ff05
4 changed files with 36 additions and 22 deletions

View File

@@ -1,5 +1,16 @@
# Tint changes during Origin Trial
## Changes for M105
### Deprecated Features
* The `@stage` attribute has been deprecated. The short forms should be used
instead (`@vertex`, `@fragment`, or `@compute`). [tint:1503](crbug.com/tint/1503)
## Changes for M104
* Parsing of `@compute`, `@fragment` and `@vertex` added.
## Changes for M103
### New features