mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 21:17:45 +00:00
tint: Remove semicolon as struct member delimeter
Fixup a couple of internal Dawn shaders that used this syntax. Fixed: tint:1475 Change-Id: Ibd6b3309944bfd955e724fef5d71d1297a84ef5f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93361 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
5286ea9d16
commit
cfa951a662
@@ -12,6 +12,7 @@
|
||||
* The `smoothStep()` builtin has been removed (use `smoothstep` instead). [tint:1483](crbug.com/tint/1483)
|
||||
* Module-scope `let` has been replaced with module-scope `const`. [tint:1580](crbug.com/tint/1584)
|
||||
* Note: Module-scope `const` does not support structure types. Use `var<private>` if you need a module-scope structure type.
|
||||
* Struct members can no longer be separated with semicolons (use commas instead). [tint:1475](crbug.com/tint/1475)
|
||||
|
||||
### Deprecated Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user