Add non-struct buffer types to the release notes
Fixed: tint:1372 Change-Id: I394c33eb80ea1ce347794bc63965f6080ca92c61 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/76165 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
5085438423
commit
ecf43d69d0
|
@ -18,6 +18,7 @@ The following features have been deprecated and will be removed in M102:
|
|||
* Vector and matrix element type can now be inferred from constructor argument types. [tint:1334](https://crbug.com/tint/1334)
|
||||
* Added builtins `degrees()` and `radians()` for converting between degrees and radians. [tint:1329](https://crbug.com/tint/1329)
|
||||
* `let` arrays and matrices can now be dynamically indexed. [tint:1352](https://crbug.com/tint/1352)
|
||||
* Storage and Uniform buffer types no longer have to be structures. [tint:1372](crbug.com/tint/1372)
|
||||
|
||||
### Fixes
|
||||
|
||||
|
|
Loading…
Reference in New Issue