[webkit-changes] [WebKit/WebKit] 9dad9c: [WebGPU] Packed struct types have unexpected sizes
mwyrzykowski
noreply at github.com
Fri Oct 25 17:27:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9dad9cc100737bd8ab26e356fff29b1299ba2e28
https://github.com/WebKit/WebKit/commit/9dad9cc100737bd8ab26e356fff29b1299ba2e28
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
M Source/WebGPU/WGSL/AttributeValidator.cpp
Log Message:
-----------
[WebGPU] Packed struct types have unexpected sizes
https://bugs.webkit.org/show_bug.cgi?id=281933
rdar://138380467
Reviewed by Dan Glastonbury.
The specification says that the alignment must be a multiple
of the required alignment.
* Source/WebGPU/WGSL/AttributeValidator.cpp:
(WGSL::AttributeValidator::validateAlignment):
Canonical link: https://commits.webkit.org/285722@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list