[webkit-changes] [WebKit/WebKit] e5ac16: [WGSL] Add type declarations for trigonometric fun...
Dan Glastonbury
noreply at github.com
Fri Apr 7 11:54:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e5ac16cb40c1585281c6a874adfb36d205e5ff82
https://github.com/WebKit/WebKit/commit/e5ac16cb40c1585281c6a874adfb36d205e5ff82
Author: Dan Glastonbury <djg at apple.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
M Source/WebGPU/WGSL/TypeDeclarations.rb
M Source/WebGPU/WGSL/tests/valid/overload.wgsl
Log Message:
-----------
[WGSL] Add type declarations for trigonometric functions
https://bugs.webkit.org/show_bug.cgi?id=255119
rdar://problem/107759133
Reviewed by Tadeu Zagallo.
Add all the possible overloads for standard library trigonometric functions:
acos, asin, atan, cos, sin, tan.
* Source/WebGPU/WGSL/TypeDeclarations.rb:
* Source/WebGPU/WGSL/tests/valid/overload.wgsl:
Canonical link: https://commits.webkit.org/262720@main
More information about the webkit-changes
mailing list