mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 21:17:45 +00:00
tint: Error if statically indexing out of bounds.
Fixed: tint:1665 Change-Id: Icd5f24f3b4d6ebbdc18b536dc426da92558a3a4b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/101183 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
75943c234f
commit
f3d9ea4bea
@@ -7,6 +7,10 @@
|
||||
* `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)
|
||||
|
||||
### 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
|
||||
|
||||
* The list of reserved words has been sync'd to the WGSL specification. [tint:1463](crbug.com/tint/1463)
|
||||
|
||||
Reference in New Issue
Block a user