mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-16 04:11:25 +00:00
Update one test to avoid this error. Fixed: tint:1179 Change-Id: Id41b0eb0f404648de4e86a835fe43f1729cb4696 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/64464 Auto-Submit: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: David Neto <dneto@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
14 lines
462 B
Markdown
14 lines
462 B
Markdown
# Tint changes during Origin Trial
|
|
|
|
## Changes for M95
|
|
|
|
### New Features
|
|
* The size of an array can now be defined using a non-overridable module-scope constant
|
|
* The `num_workgroups` builtin is now supported.
|
|
|
|
### Fixes
|
|
* Hex floats: issue an error when the magnitude is non-zero, and the exponent would cause
|
|
overflow. https://crbug.com/tint/1150 https://crbug.com/tint/1166
|
|
* Reject identifiers beginning with an underscore. https://crbug.com/tint/1179
|
|
|