mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
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:
committed by
Dawn LUCI CQ
parent
125ce575b9
commit
0fa572ff05
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user