[webkit-changes] [WebKit/WebKit] 49a9b5: [WGSL] Add missing value constructors

Tadeu Zagallo noreply at github.com
Wed Jun 14 02:06:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 49a9b51cd3f2e1941aa86570e9948012b4c1cbfa
      https://github.com/WebKit/WebKit/commit/49a9b51cd3f2e1941aa86570e9948012b4c1cbfa
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M Source/WebGPU/WGSL/TypeDeclarations.rb
    M Source/WebGPU/WGSL/tests/valid/overload.wgsl

  Log Message:
  -----------
  [WGSL] Add missing value constructors
https://bugs.webkit.org/show_bug.cgi?id=258028
rdar://110712485

Reviewed by Mike Wyrzykowski.

Fill in all missing value constructors from section 16.1.2 of the spec[1].

[1]: https://gpuweb.github.io/gpuweb/wgsl/#value-constructor-builtin-function

* Source/WebGPU/WGSL/TypeDeclarations.rb:
* Source/WebGPU/WGSL/tests/valid/overload.wgsl:

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




More information about the webkit-changes mailing list