[webkit-changes] [WebKit/WebKit] dd9380: [WGSL] Add type declarations for all matrix constr...

Tadeu Zagallo noreply at github.com
Thu Mar 30 01:48:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dd93800d7deb2b706a60a1b225e57a1b8d1b9947
      https://github.com/WebKit/WebKit/commit/dd93800d7deb2b706a60a1b225e57a1b8d1b9947
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M Source/WebGPU/WGSL/Overload.h
    M Source/WebGPU/WGSL/TypeDeclarations.rb
    M Source/WebGPU/WGSL/generator/main.rb
    M Source/WebGPU/WGSL/tests/valid/overload.wgsl

  Log Message:
  -----------
  [WGSL] Add type declarations for all matrix constructors
https://bugs.webkit.org/show_bug.cgi?id=254651
rdar://107358275

Reviewed by Myles C. Maxfield.

Add all the possible overloads for matrix constructors. This contains the same
FIXME as PR #12049, but these overloads are necessary before I can add support
for explicit type arguments without breaking the test.

* Source/WebGPU/WGSL/Overload.h:
* Source/WebGPU/WGSL/TypeDeclarations.rb:
* Source/WebGPU/WGSL/generator/main.rb:
* Source/WebGPU/WGSL/tests/valid/overload.wgsl:

Canonical link: https://commits.webkit.org/262315@main




More information about the webkit-changes mailing list