docs/tint: Fix OT notes.
Move notes in M106 which should have been in a new M107 section. Change-Id: Id3cbe39b4889054d3b23202fb0da1d85afbab48b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103200 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
4e40f0ed59
commit
4d8fa43663
|
@ -1,16 +1,21 @@
|
|||
# Tint changes during Origin Trial
|
||||
|
||||
## Changes for M107
|
||||
|
||||
### New features
|
||||
|
||||
* `saturate()` has been implemented. [tint:1591](crbug.com/tint/1591)
|
||||
|
||||
### Breaking changes
|
||||
|
||||
* Indexing an array, vector or matrix with a compile-time expression that's out-of-bounds is now an error [tint:1665](crbug.com/tint/1665)
|
||||
|
||||
## Changes for M106
|
||||
|
||||
### New features
|
||||
|
||||
* `array()` constructor can now infer type and count. [tint:1628](crbug.com/tint/1628)
|
||||
* `static_assert` statement has been added. [tint:1625](crbug.com/tint/1625)
|
||||
* `saturate()` has been implemented. [tint:1591](crbug.com/tint/1591)
|
||||
|
||||
### Breaking changes
|
||||
|
||||
* Indexing an array, vector or matrix with a compile-time expression that's out-of-bounds is now an error [tint:1665](crbug.com/tint/1665)
|
||||
|
||||
### Deprecated Features
|
||||
|
||||
|
|
Loading…
Reference in New Issue