docs/tint: Documented addition of 'static_assert'

Bug: tint:1625
Change-Id: I20c51bd137796ea03e0085d69d46181e243970e3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97964
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
Ben Clayton 2022-08-03 12:12:25 +00:00 committed by Dawn LUCI CQ
parent f3015a81cc
commit f7953083e1
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
### New features ### New features
* `array()` constructor can now infer type and count. [tint:1628](crbug.com/tint/1628) * `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)
## Changes for M105 ## Changes for M105